diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-21 02:58:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-21 02:58:23 +0000 |
commit | d1024f14aaecfb7080aff98e8c25922e3e729be5 (patch) | |
tree | d6cb02900c721552a2dee90397f06249747a1961 /x11/gtkglarea/patches | |
parent | ce52cb9f8cfbd699f8cf9b4f4c1bf547d51ecb33 (diff) | |
download | pkgsrc-d1024f14aaecfb7080aff98e8c25922e3e729be5.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'x11/gtkglarea/patches')
-rw-r--r-- | x11/gtkglarea/patches/patch-aa | 30 |
1 files changed, 7 insertions, 23 deletions
diff --git a/x11/gtkglarea/patches/patch-aa b/x11/gtkglarea/patches/patch-aa index 5ec84418155..d0abb6b899f 100644 --- a/x11/gtkglarea/patches/patch-aa +++ b/x11/gtkglarea/patches/patch-aa @@ -1,24 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2000/04/05 20:46:14 tron Exp $ +$NetBSD: patch-aa,v 1.4 2000/06/21 03:20:34 jlam Exp $ ---- configure.orig Thu Feb 25 20:29:00 1999 -+++ configure Wed Apr 5 22:43:57 2000 -@@ -1620,6 +1620,7 @@ - fi - - # Always use our own libtool. -+if false; then - LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Check for any special flags to pass to ltconfig. -@@ -1851,6 +1852,7 @@ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } -+fi - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. -@@ -2241,7 +2243,7 @@ +--- configure.orig Thu Feb 25 14:29:00 1999 ++++ configure Tue Jun 20 23:12:13 2000 +@@ -2241,7 +2241,7 @@ echo $ac_n "checking Mesa""... $ac_c" 1>&6 echo "configure:2244: checking Mesa" >&5 @@ -27,7 +11,7 @@ $NetBSD: patch-aa,v 1.3 2000/04/05 20:46:14 tron Exp $ cat > conftest.$ac_ext <<EOF #line 2247 "configure" #include "confdefs.h" -@@ -2265,7 +2267,7 @@ +@@ -2265,7 +2265,7 @@ if test "x$have_MesaGL" = "xno"; then echo $ac_n "checking Mesa with pthreads""... $ac_c" 1>&6 echo "configure:2268: checking Mesa with pthreads" >&5 @@ -36,7 +20,7 @@ $NetBSD: patch-aa,v 1.3 2000/04/05 20:46:14 tron Exp $ cat > conftest.$ac_ext <<EOF #line 2271 "configure" #include "confdefs.h" -@@ -2301,9 +2303,9 @@ +@@ -2301,9 +2301,9 @@ elif test "x$with_lib_MesaGL" = "xyes"; then if test "x$have_MesaGL" = "xyes"; then @@ -48,7 +32,7 @@ $NetBSD: patch-aa,v 1.3 2000/04/05 20:46:14 tron Exp $ else { echo "configure: error: Missing MesaGL library" 1>&2; exit 1; } fi -@@ -2313,9 +2315,9 @@ +@@ -2313,9 +2313,9 @@ if test "x$have_GL" = "xyes"; then GL_LIBS="$GL_LDOPTS -lGLU -lGL" elif test "x$have_MesaGL" = "xyes"; then |