summaryrefslogtreecommitdiff
path: root/net/xwhois/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-05-27 12:50:26 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-05-27 12:50:26 +0000
commit610a5e8ff0730cdae624525009d9c84b948f6bcb (patch)
tree7e7133651e02869826af1dc112383f3479035193 /net/xwhois/files
parentUpgrade to v5.9 (diff)
Update to v0.3.5
PR: 11614
Notes
Notes: svn path=/head/; revision=19022
Diffstat (limited to 'net/xwhois/files')
-rw-r--r--net/xwhois/files/patch-aa17
1 files changed, 13 insertions, 4 deletions
diff --git a/net/xwhois/files/patch-aa b/net/xwhois/files/patch-aa
index b59328a5959f..558082d1b487 100644
--- a/net/xwhois/files/patch-aa
+++ b/net/xwhois/files/patch-aa
@@ -1,6 +1,6 @@
---- configure.orig Wed Mar 31 16:37:29 1999
-+++ configure Thu Apr 15 12:46:24 1999
-@@ -809,11 +809,13 @@
+--- configure.orig Sat May 8 10:19:38 1999
++++ configure Sun May 9 12:14:58 1999
+@@ -842,11 +842,13 @@
echo "configure: warning: cant find gtk-config" 1>&2
echo "-------------------------------------------------"
echo " GTK+ doesnt seam to be installed on this system"
@@ -16,7 +16,7 @@
x=`echo $GTK_PREFIX|cut -d. -f1`
y=`echo $GTK_PREFIX|cut -d. -f2`
z=`echo $GTK_PREFIX|cut -d. -f3`
-@@ -895,10 +897,10 @@
+@@ -928,10 +930,10 @@
XWHOIS_SERVERS='$(prefix)/share/xwhois/xwhois.servers'
@@ -29,3 +29,12 @@
DEFINES='-DSTD -DHAVE_SNPRINTF -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)'
+@@ -1234,7 +1236,7 @@
+ CFLAGS="-Wall $CFLAGS"
+ fi
+ if test $CC = "cc"; then
+- CFLAGS="-g3 $CFLAGS"
++ CFLAGS="$CFLAGS"
+ fi
+
+ # Special system options.