SOURCES: gedit-plugins-configure_fix.patch (NEW) - fix configure referring ...

hawk hawk at pld-linux.org
Thu Aug 7 09:54:50 CEST 2008


Author: hawk                         Date: Thu Aug  7 07:54:50 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix configure referring to non-existing libtool path

---- Files affected:
SOURCES:
   gedit-plugins-configure_fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gedit-plugins-configure_fix.patch
diff -u /dev/null SOURCES/gedit-plugins-configure_fix.patch:1.1
--- /dev/null	Thu Aug  7 09:54:51 2008
+++ SOURCES/gedit-plugins-configure_fix.patch	Thu Aug  7 09:54:45 2008
@@ -0,0 +1,13 @@
+--- gedit-plugins-2.22.2/configure.ac.orig	2008-04-20 16:27:44.000000000 +0200
++++ gedit-plugins-2.22.2/configure.ac	2008-08-07 09:51:54.000000000 +0200
+@@ -196,8 +196,8 @@
+ }
+ EOF
+ 
+-	if /bin/sh ../libtool --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \
+-		/bin/sh ../libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \
++	if libtool --tag=CC --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \
++		libtool --tag=CC --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \
+ 		grep 'dlname.*testpython' testpython.la >/dev/null 2>&1;
+ 	then
+ 		result=yes
================================================================


More information about the pld-cvs-commit mailing list