diff options
author | adrianp <adrianp> | 2005-11-06 17:40:47 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-11-06 17:40:47 +0000 |
commit | 0fb4c85a9c370c8455620332412eed9b9f2755cc (patch) | |
tree | 37f702b03f44d9e737c785fef3992c350f4bcde8 /chat/bitchx/patches | |
parent | 70625cf7c18108809ac354c1216543ae4a4e294c (diff) | |
download | pkgsrc-0fb4c85a9c370c8455620332412eed9b9f2755cc.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-ao | 15 |
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 |