]> git.pld-linux.org Git - packages/gedit-plugins.git/commitdiff
- obsolete
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 18 Mar 2009 21:03:28 +0000 (21:03 +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.2

gedit-plugins-configure_fix.patch [deleted file]

diff --git a/gedit-plugins-configure_fix.patch b/gedit-plugins-configure_fix.patch
deleted file mode 100644 (file)
index 6b59e8b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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.278837 seconds and 4 git commands to generate.