diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-20 23:20:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-20 23:20:11 +0000 |
commit | 6a68b09c987c16c853278e03c3fc8c8973345dbc (patch) | |
tree | 7a645b89c7371a23b3a55524ad2f749bf32ee91b /x11/gnome-libs/patches | |
parent | 3a0b53e15e4bce07927ab8f88bea8d67a1134ba8 (diff) | |
download | pkgsrc-6a68b09c987c16c853278e03c3fc8c8973345dbc.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL. While here, rearrange stuff a bit to
make editing easier.
Diffstat (limited to 'x11/gnome-libs/patches')
-rw-r--r-- | x11/gnome-libs/patches/patch-aa | 20 | ||||
-rw-r--r-- | x11/gnome-libs/patches/patch-ah | 21 |
2 files changed, 1 insertions, 40 deletions
diff --git a/x11/gnome-libs/patches/patch-aa b/x11/gnome-libs/patches/patch-aa index 5e462f8b28c..27083739a50 100644 --- a/x11/gnome-libs/patches/patch-aa +++ b/x11/gnome-libs/patches/patch-aa @@ -1,25 +1,7 @@ -$NetBSD: patch-aa,v 1.10 2000/05/30 19:23:48 drochner Exp $ +$NetBSD: patch-aa,v 1.11 2000/06/20 23:20:12 jlam Exp $ --- configure.orig Sat May 20 20:55:16 2000 +++ configure Fri May 26 23:39:02 2000 -@@ -2000,7 +2000,7 @@ - fi - rm -f confcache - -- -+if false; then - # Actually configure libtool. ac_aux_dir is where install-sh is found. - CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ -@@ -2029,7 +2029,7 @@ - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. - exec 5>>./config.log -- -+fi - - echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 - echo "configure:2036: checking whether to enable maintainer-specific portions of Makefiles" >&5 @@ -5304,7 +5304,7 @@ # AM_GNOME_GETTEXT above substs $DATADIRNAME diff --git a/x11/gnome-libs/patches/patch-ah b/x11/gnome-libs/patches/patch-ah deleted file mode 100644 index 5a757c8b93c..00000000000 --- a/x11/gnome-libs/patches/patch-ah +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ah,v 1.4 2000/05/30 19:23:48 drochner Exp $ - ---- libart_lgpl/configure.orig Sat May 20 20:55:17 2000 -+++ libart_lgpl/configure Sat May 27 10:57:15 2000 -@@ -1437,6 +1437,8 @@ - test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock" - test x"$silent" = xyes && libtool_flags="$libtool_flags --silent" - -+if false; then -+ - # Some flags need to be propagated to the compiler or linker for good - # libtool support. - case "$lt_target" in -@@ -1577,6 +1579,7 @@ - # clobbered by the next message. - exec 5>>./config.log - -+fi - - echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 - echo "configure:1583: checking whether to enable maintainer-specific portions of Makefiles" >&5 |