]> git.pld-linux.org Git - packages/dialog.git/commitdiff
- updated for 1.1-20100119
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Wed, 20 Jan 2010 11:17:18 +0000 (11:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libtool.patch -> 1.2

libtool.patch

index 0efe9a00b62076965c1fd02a1a26b7319057ee43..6e9427e10f75678ae09f868a45f23bdcff0df680 100644 (file)
@@ -1,11 +1,12 @@
---- dialog-1.1-20080819/aclocal.m4~    2007-07-04 22:37:45.000000000 +0300
-+++ dialog-1.1-20080819/aclocal.m4     2009-07-20 01:59:52.548835437 +0300
-@@ -3071,12 +3071,12 @@
-               AC_MSG_ERROR(Cannot find libtool)
-       fi
+diff -ur dialog-1.1-20100119/aclocal.m4 dialog-1.1-20100119.new/aclocal.m4
+--- dialog-1.1-20100119/aclocal.m4     2010-01-18 02:38:22.000000000 +0100
++++ dialog-1.1-20100119.new/aclocal.m4 2010-01-20 12:14:13.633490244 +0100
+@@ -3287,12 +3287,12 @@
+               AC_MSG_ERROR(Cannot find libtool)
+       fi
  ])dnl
--      LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
-+      LIB_CREATE='${LIBTOOL} --mode=link --tag=CC ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
+-      LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
++      LIB_CREATE='${LIBTOOL} --mode=link --tag=CC ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
        LIB_OBJECT='${OBJECTS:.o=.lo}'
        LIB_SUFFIX=.la
        LIB_CLEAN='${LIBTOOL} --mode=clean'
        LIB_INSTALL='${LIBTOOL} --mode=install'
        LIB_UNINSTALL='${LIBTOOL} --mode=uninstall'
        LIB_PREP=:
-
-the regeneration is fcked up (i wonder how did the upstream regenerates stuff) so patch the configure script too
---- dialog-1.1-20080819/configure~     2008-03-16 20:54:16.000000000 +0200
-+++ dialog-1.1-20080819/configure      2009-07-20 02:26:24.085085686 +0300
-@@ -7217,12 +7217,12 @@
+diff -ur dialog-1.1-20100119/configure dialog-1.1-20100119.new/configure
+--- dialog-1.1-20100119/configure      2010-01-19 11:36:35.000000000 +0100
++++ dialog-1.1-20100119.new/configure  2010-01-20 12:14:58.156816637 +0100
+@@ -8248,12 +8248,12 @@
  echo "$as_me: error: Cannot find libtool" >&2;}
     { (exit 1); exit 1; }; }
-       fi
--      LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
-+      LIB_CREATE='${LIBTOOL} --mode=link --tag=CC ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
+       fi
+-      LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
++      LIB_CREATE='${LIBTOOL} --mode=link --tag=CC ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
        LIB_OBJECT='${OBJECTS:.o=.lo}'
        LIB_SUFFIX=.la
        LIB_CLEAN='${LIBTOOL} --mode=clean'
This page took 0.108271 seconds and 4 git commands to generate.