summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-01-06 02:03:29 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2018-01-06 02:03:54 +0200
commitf7b03d400ea0a0bb70d0d8a20930847b50a016d1 (patch)
tree2a57e1dc9e853a2bd0a8673927026c53a096a9c4 /app-crypt/gpgme
parentnet-dns/knot: remove old ebuilds (diff)
downloadgentoo-f7b03d400ea0a0bb70d0d8a20930847b50a016d1.tar.gz
gentoo-f7b03d400ea0a0bb70d0d8a20930847b50a016d1.tar.bz2
gentoo-f7b03d400ea0a0bb70d0d8a20930847b50a016d1.zip
app-crypt/gpgme: sync partial da9631f50 missing live ebuild update
Diffstat (limited to 'app-crypt/gpgme')
-rw-r--r--app-crypt/gpgme/gpgme-9999.ebuild17
1 files changed, 1 insertions, 16 deletions
diff --git a/app-crypt/gpgme/gpgme-9999.ebuild b/app-crypt/gpgme/gpgme-9999.ebuild
index 134a3e18cd19..e9ff4a13a87d 100644
--- a/app-crypt/gpgme/gpgme-9999.ebuild
+++ b/app-crypt/gpgme/gpgme-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -65,21 +65,6 @@ src_configure() {
export MOC="$(qt5_get_bindir)/moc"
fi
- if [[ ${CHOST} == *-darwin* ]] ; then
- # FIXME: I don't know how to select on C++11 (libc++) here, but
- # I do know all Darwin users are using C++11. This should also
- # apply to GCC 4.7+ with libc++, and basically anyone targetting
- # it.
-
- # The C-standard doesn't define strdup, and C++11 drops it
- # 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 \
--enable-languages="${languages[*]}" \
$(use_enable static-libs static)