summaryrefslogtreecommitdiff
path: root/chat/gale
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2001-02-07 16:02:06 +0000
committerlukem <lukem@pkgsrc.org>2001-02-07 16:02:06 +0000
commitd1c78f2d1158fe52b87baa05c62c0897eab22fd1 (patch)
tree19aa35918f59e0732181700ba85c6ee0edf4d494 /chat/gale
parent9949f8a68fcba47e807eb4f62abed8734c5362f3 (diff)
downloadpkgsrc-d1c78f2d1158fe52b87baa05c62c0897eab22fd1.tar.gz
don't include <term.h> (from ncurses) even if we find it, because it
conflicts with <curses.h> (from usr/src). once again noticed by perry, who has more wacky packages installed than me ;-)
Diffstat (limited to 'chat/gale')
-rw-r--r--chat/gale/files/patch-sum3
-rw-r--r--chat/gale/patches/patch-aa14
2 files changed, 17 insertions, 0 deletions
diff --git a/chat/gale/files/patch-sum b/chat/gale/files/patch-sum
new file mode 100644
index 00000000000..de8ce05339b
--- /dev/null
+++ b/chat/gale/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2001/02/07 16:02:06 lukem Exp $
+
+MD5 (patch-aa) = 3de9f307da984030574b92a33e443407
diff --git a/chat/gale/patches/patch-aa b/chat/gale/patches/patch-aa
new file mode 100644
index 00000000000..6da7c79166e
--- /dev/null
+++ b/chat/gale/patches/patch-aa
@@ -0,0 +1,14 @@
+--- lib/term.c.orig Wed Feb 7 10:32:09 2001
++++ lib/term.c Wed Feb 7 10:32:43 2001
+@@ -10,9 +10,11 @@
+ #ifdef HAVE_CURSES_H
+ #define HAVE_CURSES
+ #include <curses.h>
++#if 0 /* XXX - conflict between ncurses' term.h and netbsd's curses.h */
+ #ifdef HAVE_TERM_H
+ #include <term.h>
+ #endif
++#endif /* XXX - conflict between ncurses' term.h and netbsd's curses.h */
+ #endif
+
+ /* This needs to be here for Solaris. */