summaryrefslogtreecommitdiff
path: root/net/xchat/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/xchat/patches/patch-ab')
-rw-r--r--net/xchat/patches/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/xchat/patches/patch-ab b/net/xchat/patches/patch-ab
deleted file mode 100644
index 70408342a5a..00000000000
--- a/net/xchat/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2000/09/05 08:38:13 wennmach 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