summaryrefslogtreecommitdiff
path: root/chat/xchat/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-15 00:36:25 +0000
committerwiz <wiz>2000-12-15 00:36:25 +0000
commit8ef40bc8b7a42d79b2a5317d54883bae254bb92c (patch)
tree9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/xchat/patches/patch-ab
parent58aeeec992a7ec192b99c11dacc0f517503132b2 (diff)
downloadpkgsrc-8ef40bc8b7a42d79b2a5317d54883bae254bb92c.tar.gz
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/xchat/patches/patch-ab')
-rw-r--r--chat/xchat/patches/patch-ab21
1 files changed, 21 insertions, 0 deletions
diff --git a/chat/xchat/patches/patch-ab b/chat/xchat/patches/patch-ab
new file mode 100644
index 00000000000..6087e7debf1
--- /dev/null
+++ b/chat/xchat/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $
+
+Do not alphabetically sort the GUI libs. This breaks xchat on a.out
+
+--- configure.orig Tue Sep 5 10:11:57 2000
++++ configure Tue Sep 5 10:16:31 2000
+@@ -5808,14 +5808,6 @@
+ tr "\n" " " < cflags2 > cflags
+ GUI_CFLAGS=`cat cflags`
+
+-echo $GUI_LIBS > cflags
+-tr " " "\n" < cflags > cflags2
+-sort cflags2 > cflags
+-uniq cflags > cflags2
+-tr "\n" " " < cflags2 > cflags
+-GUI_LIBS=`cat cflags`
+-rm -f cflags cflags2
+-
+ fi
+ fi
+ fi