summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-21 09:09:22 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-21 09:09:22 +0000
commit3b7a4a4fa65bf391396d024a3d192940b4a02147 (patch)
tree12bc9cb80d21d14e2b4b5ae075690fbcd46664b7 /sci-biology
parentUpdate buildsystem for latest plplot, bug #552492 (diff)
downloadgentoo-2-3b7a4a4fa65bf391396d024a3d192940b4a02147.tar.gz
gentoo-2-3b7a4a4fa65bf391396d024a3d192940b4a02147.tar.bz2
gentoo-2-3b7a4a4fa65bf391396d024a3d192940b4a02147.zip
Update buildsystem for latest plplot, bug #552492
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/embassy-meme/ChangeLog6
-rw-r--r--sci-biology/embassy-meme/files/embassy-meme-4.7.650_fix-build-system.patch30
2 files changed, 25 insertions, 11 deletions
diff --git a/sci-biology/embassy-meme/ChangeLog b/sci-biology/embassy-meme/ChangeLog
index 317e164226ef..c5ddb1ff5eab 100644
--- a/sci-biology/embassy-meme/ChangeLog
+++ b/sci-biology/embassy-meme/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/embassy-meme
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-meme/ChangeLog,v 1.23 2015/03/28 18:00:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-meme/ChangeLog,v 1.24 2015/06/21 09:09:22 jlec Exp $
+
+ 21 Jun 2015; Justin Lecher <jlec@gentoo.org>
+ files/embassy-meme-4.7.650_fix-build-system.patch:
+ Update buildsystem for latest plplot, bug #552492
28 Mar 2015; Justin Lecher <jlec@gentoo.org> embassy-meme-4.7.650.ebuild:
Clean global scope
diff --git a/sci-biology/embassy-meme/files/embassy-meme-4.7.650_fix-build-system.patch b/sci-biology/embassy-meme/files/embassy-meme-4.7.650_fix-build-system.patch
index 03c42460455e..56f5814e1efa 100644
--- a/sci-biology/embassy-meme/files/embassy-meme-4.7.650_fix-build-system.patch
+++ b/sci-biology/embassy-meme/files/embassy-meme-4.7.650_fix-build-system.patch
@@ -1,6 +1,12 @@
---- MEME-4.7.650/configure.ac
-+++ MEME-4.7.650/configure.ac
-@@ -635,33 +635,6 @@
+ configure.ac | 49 +++++++------------------------------------------
+ src/Makefile.am | 6 ++----
+ 2 files changed, 9 insertions(+), 46 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 391989f..d921f25 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -635,33 +635,6 @@ AS_CASE([${host_os}],
@@ -34,7 +40,7 @@
dnl FIXME: This does no longer seem required with Autoconf 2.67?
dnl Intel MacOSX 10.6 puts X11 in a non-standard place
dnl AS_IF([test "x${with_x}" != "xno"],
-@@ -737,21 +710,6 @@
+@@ -737,21 +710,6 @@ AX_LIB_POSTGRESQL
@@ -56,21 +62,25 @@
dnl Test if --enable-localforce given
locallink="no"
embprefix="/usr/local"
-@@ -874,6 +832,11 @@
+@@ -874,6 +832,13 @@ AC_ARG_ENABLE([systemlibs],
AM_CONDITIONAL([ESYSTEMLIBS], [test "x${enable_systemlibs}" = "xyes"])
+AS_IF([test "x${enable_systemlibs}" = "xyes"],
+[
+dnl using system libraries
-+ PKG_CHECK_MODULES([PLPLOT], [plplotd])
++ PKG_CHECK_MODULES([PLPLOT], [plplotd],
++ [],[PKG_CHECK_MODULES([PLPLOT], [plplot])]
++ )
+])
# Enable the purify tool: --enable-purify, sets CC and LIBTOOL
---- MEME-4.7.650/src/Makefile.am
-+++ MEME-4.7.650/src/Makefile.am
-@@ -17,9 +17,7 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 1600399..9f28162 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -17,9 +17,7 @@ AM_CPPFLAGS = -I../../../nucleus -I../../../ajax/pcre \
-I../../../ajax/ensembl -I../../../ajax/ajaxdb \
-I../../../ajax/acd -I../../../plplot
else
@@ -81,7 +91,7 @@
endif
if ISSHARED
-@@ -60,5 +58,5 @@
+@@ -60,5 +58,5 @@ LDADD = ../../../nucleus/libnucleus.la ../../../ajax/acd/libacd.la \
$(XLIB)
else
LDADD = -L${embprefix}/lib -lnucleus -lacd -lajaxdb -lensembl -lajaxg \