diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-07-22 23:44:35 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-07-22 23:44:35 +0000 |
commit | b84802703f66b8cffbeaaf1bd444ce82b869b839 (patch) | |
tree | fd5c2d38413581893032e525ea41dceae4d83228 /x11/gtkglarea/patches | |
parent | b174dba4c9423f2dfdd3bbd92a7f27d0b6526e80 (diff) | |
download | pkgsrc-b84802703f66b8cffbeaaf1bd444ce82b869b839.tar.gz |
Update gtkglarea to 1.2.1.
Diffstat (limited to 'x11/gtkglarea/patches')
-rw-r--r-- | x11/gtkglarea/patches/patch-aa | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/x11/gtkglarea/patches/patch-aa b/x11/gtkglarea/patches/patch-aa index e461b3237a4..3d329a6f6f1 100644 --- a/x11/gtkglarea/patches/patch-aa +++ b/x11/gtkglarea/patches/patch-aa @@ -1,20 +1,16 @@ -$NetBSD: patch-aa,v 1.1 1999/04/27 22:24:56 tron Exp $ +$NetBSD: patch-aa,v 1.2 1999/07/22 23:44:36 sakamoto Exp $ ---- configure.orig Sat Nov 28 13:33:48 1998 -+++ configure Wed Apr 28 00:15:44 1999 -@@ -1221,6 +1221,7 @@ - fi +--- ./configure.orig Fri Feb 26 04:29:00 1999 ++++ ./configure Fri Jul 23 08:33:56 1999 +@@ -1621,4 +1621,5 @@ # Always use our own libtool. +if false; then LIBTOOL='$(SHELL) $(top_builddir)/libtool' - # Check for any special flags to pass to ltconfig. -@@ -1265,6 +1266,7 @@ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ +@@ -1852,4 +1853,5 @@ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +fi - echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 - echo "configure:1271: checking whether build environment is sane" >&5 + # Redirect the config.log output again, so that the ltconfig log is not |