diff options
author | rh <rh@pkgsrc.org> | 1999-03-28 21:22:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-03-28 21:22:23 +0000 |
commit | 18e4d0aa467b496b9f4d08056ef86fdfa562a2b7 (patch) | |
tree | 7ccd4ad5937e2594c3318ac775ce5f3bc83a0c74 /cad/geda/patches | |
parent | d3693497e6671e2c4c1913fdfd57244d82e74ea2 (diff) | |
download | pkgsrc-18e4d0aa467b496b9f4d08056ef86fdfa562a2b7.tar.gz |
Update to gEDA-19990327
Diffstat (limited to 'cad/geda/patches')
-rw-r--r-- | cad/geda/patches/patch-aa | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/cad/geda/patches/patch-aa b/cad/geda/patches/patch-aa index 00dacbddda9..38c9b190115 100644 --- a/cad/geda/patches/patch-aa +++ b/cad/geda/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 1999/03/01 13:16:24 rh Exp $ +$NetBSD: patch-aa,v 1.6 1999/03/28 21:22:25 rh Exp $ ---- configure.orig Fri Feb 26 06:00:00 1999 -+++ configure Mon Mar 1 13:43:44 1999 -@@ -1327,7 +1327,6 @@ +--- configure.orig Sat Mar 27 06:00:00 1999 ++++ configure Sun Mar 28 22:08:28 1999 +@@ -1336,7 +1336,6 @@ fi # Always use our own libtool. @@ -10,14 +10,12 @@ $NetBSD: patch-aa,v 1.5 1999/03/01 13:16:24 rh Exp $ # Check for any special flags to pass to ltconfig. libtool_flags= -@@ -2892,8 +2891,8 @@ - fi +@@ -2901,7 +2900,7 @@ --CFLAGS="$CFLAGS $CFEXTRA `$GTKCONFIG --cflags`" + CFLAGS="`$GTKCONFIG --cflags` $CFLAGS $CFEXTRA" -LDFLAGS="$LDEXTRA `$GTKCONFIG --libs` -lgtk -lgdk -lglib $LDFLAGS -lm" -+CFLAGS="`$GTKCONFIG --cflags` $CFLAGS $CFEXTRA" +LDFLAGS="$LDEXTRA `$GTKCONFIG --libs` $LDFLAGS -lm" echo $ac_n "checking for the rest of gtk""... $ac_c" 1>&6 - echo "configure:2900: checking for the rest of gtk" >&5 + echo "configure:2908: checking for the rest of gtk" >&5 |