Skip to content

Commit

Permalink
app-crypt/gpgme: Fix bug 601834 on macOS
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.4, Repoman-2.3.2
  • Loading branch information
amadio committed Mar 16, 2017
1 parent 044b6a4 commit 797a6d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-crypt/gpgme/gpgme-1.8.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ src_configure() {
# resulting in an implicit declaration of strdup error. Since
# it is in POSIX raise the feature set to that.
append-cxxflags -D_POSIX_C_SOURCE=200112L

# Work around bug 601834
use python && append-cflags -D_DARWIN_C_SOURCE
fi

econf \
Expand Down

0 comments on commit 797a6d1

Please sign in to comment.