summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2016-02-18 10:59:00 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2016-02-18 10:59:12 +0100
commitb2d1a0549d2ecba00dbbb58f8c4242137a8a0773 (patch)
tree7d1a5121706c5e2dbf4a735a4a94da14a3cf5ba7 /gnustep-libs/sope/sope-3.0.1.ebuild
parentapp-admin/supervisor: Bump (diff)
downloadgentoo-b2d1a0549d2ecba00dbbb58f8c4242137a8a0773.tar.gz
gentoo-b2d1a0549d2ecba00dbbb58f8c4242137a8a0773.tar.bz2
gentoo-b2d1a0549d2ecba00dbbb58f8c4242137a8a0773.zip
gnustep-libs/sope: fix mysql compilation, bug #566138
Bug report and patch by Russell Knighton <russell@annunaki2k2.co.uk> Package-Manager: portage-2.2.27
Diffstat (limited to 'gnustep-libs/sope/sope-3.0.1.ebuild')
-rw-r--r--gnustep-libs/sope/sope-3.0.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnustep-libs/sope/sope-3.0.1.ebuild b/gnustep-libs/sope/sope-3.0.1.ebuild
index 06fd5e2bfbfd..f7140008044c 100644
--- a/gnustep-libs/sope/sope-3.0.1.ebuild
+++ b/gnustep-libs/sope/sope-3.0.1.ebuild
@@ -29,6 +29,10 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.3.2-mysql-preamble.patch
+)
+
pkg_pretend() {
if use ssl && use gnutls && use libressl ; then
ewarn "You have enabled both gnutls and libressl, but only"