diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-11-06 17:40:47 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-11-06 17:40:47 +0000 |
commit | 3f1f8eefc5af4f1e1e27573c8d3cc01cba9874f1 (patch) | |
tree | 37f702b03f44d9e737c785fef3992c350f4bcde8 /chat | |
parent | 042d8080956fe92f10f1fe1fcbe52b422969e4fd (diff) | |
download | pkgsrc-3f1f8eefc5af4f1e1e27573c8d3cc01cba9874f1.tar.gz |
FreeBSD build fix from FreeBSD CVS tree
Minor pkglintification of Makefile
Diffstat (limited to 'chat')
-rw-r--r-- | chat/bitchx/Makefile | 4 | ||||
-rw-r--r-- | chat/bitchx/distinfo | 3 | ||||
-rw-r--r-- | chat/bitchx/patches/patch-ao | 15 |
3 files changed, 19 insertions, 3 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 2928daa1e4c..c5f677eaaec 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/05/31 16:36:40 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2005/11/06 17:40:47 adrianp Exp $ DISTNAME= ircii-pana-1.1-final PKGNAME= bitchx-1.1 @@ -17,7 +17,7 @@ NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64 WRKSRC= ${WRKDIR}/BitchX USE_PKGINSTALL= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-ssl +CONFIGURE_ARGS+= --with-ssl .include "options.mk" .include "../../mk/bsd.prefs.mk" diff --git a/chat/bitchx/distinfo b/chat/bitchx/distinfo index f52e5b6be69..79aaafe1711 100644 --- a/chat/bitchx/distinfo +++ b/chat/bitchx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2005/02/23 15:59:10 agc Exp $ +$NetBSD: distinfo,v 1.13 2005/11/06 17:40:47 adrianp Exp $ SHA1 (ircii-pana-1.1-final.tar.gz) = b25635b62c7ff905b6492a4aaa88c43b5aa164f8 RMD160 (ircii-pana-1.1-final.tar.gz) = 4105de2587964146e2391a26a8a16e3d0059a93f @@ -10,3 +10,4 @@ SHA1 (patch-ad) = ba00fb80b1b980a32b70d84e4ca4db91e9fd5538 SHA1 (patch-ae) = 90c7e0a19c81e710392c675be650c57e64ee65b3 SHA1 (patch-af) = c79fcbcc57b8234d5918b1414219965b75e3c0d1 SHA1 (patch-an) = 59a6dc31a90b88bbffac5bb4629feaa2488afeff +SHA1 (patch-ao) = 5c0eabae60475db7d5e1d1bf478a725adcfbbeed 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 |