]> git.pld-linux.org Git - packages/gedit-plugins.git/commitdiff
- fix configure referring to non-existing libtool path
authorhawk <hawk@pld-linux.org>
Thu, 7 Aug 2008 07:54:45 +0000 (07:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gedit-plugins-configure_fix.patch -> 1.1

gedit-plugins-configure_fix.patch [new file with mode: 0644]

diff --git a/gedit-plugins-configure_fix.patch b/gedit-plugins-configure_fix.patch
new file mode 100644 (file)
index 0000000..6b59e8b
--- /dev/null
@@ -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
This page took 0.105494 seconds and 4 git commands to generate.