summaryrefslogtreecommitdiff
path: root/chat/gale
diff options
context:
space:
mode:
authorlukem <lukem>2001-02-07 16:02:06 +0000
committerlukem <lukem>2001-02-07 16:02:06 +0000
commit4f485d20d775511122a9c2c32b3b19a4e53a4e49 (patch)
tree19aa35918f59e0732181700ba85c6ee0edf4d494 /chat/gale
parent1e42e9401b02e6b86db802a61ef11b258b1b6ca5 (diff)
downloadpkgsrc-4f485d20d775511122a9c2c32b3b19a4e53a4e49.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. */