Skip to content

Commit

Permalink
app-text/poppler: bring down c++ requirement for Darwin, bug #622526
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6-prefix, Repoman-2.3.3
  • Loading branch information
grobian committed Aug 8, 2017
1 parent 87944ce commit 18d17dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-text/poppler/poppler-0.57.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ src_prepare() {

if tc-is-clang && [[ ${CHOST} == *-darwin* ]] ; then
# we need to up the C++ version, bug #622526
export CXX="$(tc-getCXX) -std=c++0x"
export CXX="$(tc-getCXX) -std=c++11"
fi
}

Expand Down

0 comments on commit 18d17dc

Please sign in to comment.