jlec        15/06/21 09:15:24

  Modified:             embassy-structure-0.1.650_fix-build-system.patch
  Log:
  Update buildsystem for latest plplot, bug #552492
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.2                  
sci-biology/embassy-structure/files/embassy-structure-0.1.650_fix-build-system.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/embassy-structure/files/embassy-structure-0.1.650_fix-build-system.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/embassy-structure/files/embassy-structure-0.1.650_fix-build-system.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/embassy-structure/files/embassy-structure-0.1.650_fix-build-system.patch?r1=1.1&r2=1.2

Index: embassy-structure-0.1.650_fix-build-system.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sci-biology/embassy-structure/files/embassy-structure-0.1.650_fix-build-system.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- embassy-structure-0.1.650_fix-build-system.patch    28 Mar 2015 17:10:08 
-0000      1.1
+++ embassy-structure-0.1.650_fix-build-system.patch    21 Jun 2015 09:15:24 
-0000      1.2
@@ -1,6 +1,12 @@
---- STRUCTURE-0.1.650/configure.ac
-+++ STRUCTURE-0.1.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 ee482ef..e4af4b1 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
---- STRUCTURE-0.1.650/src/Makefile.am
-+++ STRUCTURE-0.1.650/src/Makefile.am
-@@ -17,9 +17,7 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 81ade5d..2ed0d14 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
-@@ -66,5 +64,5 @@
+@@ -66,5 +64,5 @@ LDADD = ../../../nucleus/libnucleus.la 
../../../ajax/acd/libacd.la \
        $(XLIB)
  else
  LDADD = -L${embprefix}/lib -lnucleus -lacd -lajaxdb -lensembl -lajaxg \




Reply via email to