summaryrefslogtreecommitdiff
path: root/chat/bitchx/patches
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-11-06 17:40:47 +0000
committeradrianp <adrianp@pkgsrc.org>2005-11-06 17:40:47 +0000
commit29725a83b15decc728fed3aca578b1af2d65815c (patch)
tree37f702b03f44d9e737c785fef3992c350f4bcde8 /chat/bitchx/patches
parent0b797e7b5ba203cb59997a669e5c6e6789f2f231 (diff)
downloadpkgsrc-29725a83b15decc728fed3aca578b1af2d65815c.tar.gz
FreeBSD build fix from FreeBSD CVS tree
Minor pkglintification of Makefile
Diffstat (limited to 'chat/bitchx/patches')
-rw-r--r--chat/bitchx/patches/patch-ao15
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/bitchx/patches/patch-ao b/chat/bitchx/patches/patch-ao
new file mode 100644
index 00000000000..32441fe42e8
--- /dev/null
+++ b/chat/bitchx/patches/patch-ao
@@ -0,0 +1,15 @@
+$NetBSD: patch-ao,v 1.1 2005/11/06 17:40:47 adrianp Exp $
+
+--- source/term.c.orig 2005-11-06 17:14:05.000000000 +0000
++++ source/term.c
+@@ -92,7 +92,10 @@ extern int tgetflag();
+ #endif
+
+ extern char *getenv();
++
++#if !defined(__FreeBSD__)
+ extern char *tparm();
++#endif
+
+ /*
+ * The old code assumed termcap. termcap is almost always present, but on