summaryrefslogtreecommitdiff
path: root/chat/xchat/patches
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xchat/patches')
-rw-r--r--chat/xchat/patches/patch-aa13
-rw-r--r--chat/xchat/patches/patch-ab21
2 files changed, 34 insertions, 0 deletions
diff --git a/chat/xchat/patches/patch-aa b/chat/xchat/patches/patch-aa
new file mode 100644
index 00000000000..8cb186de4ba
--- /dev/null
+++ b/chat/xchat/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $
+
+--- po/Makefile.in.in.orig Sun Oct 31 12:17:50 1999
++++ po/Makefile.in.in Mon Sep 4 19:30:55 2000
+@@ -19,7 +19,7 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
++localedir = $(prefix)/share/locale
+ gnulocaledir = $(prefix)/share/locale
+ gettextsrcdir = $(prefix)/share/gettext/po
+ subdir = po
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