diff options
author | agc <agc> | 2001-12-19 22:25:30 +0000 |
---|---|---|
committer | agc <agc> | 2001-12-19 22:25:30 +0000 |
commit | 3a931c45561ff71715796e2f6319de3c61fb212d (patch) | |
tree | 83f4596fd94552cbbfbb202a3c156be30af24e6c /net/dante/Makefile | |
parent | 75fd1a73a566e295b7d5eee633daa25cf0efcdb8 (diff) | |
download | pkgsrc-3a931c45561ff71715796e2f6319de3c61fb212d.tar.gz |
Add the appropriate types to various network system call prototypes, so
that configuration works on NetBSD.
Fixes a problem highlighted in recent i386 bulk build report.
Diffstat (limited to 'net/dante/Makefile')
-rw-r--r-- | net/dante/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 0d0d99656b4..6d0b57b5549 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/09/27 23:18:26 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/19 22:25:30 agc Exp $ # DISTNAME= dante-1.1.9 @@ -18,6 +18,11 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --with-socks-conf=${PREFIX}/etc/socks.conf CONFIGURE_ARGS+= --with-sockd-conf=${PREFIX}/etc/sockd.conf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf + +pre-configure: + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante .for cfg in sockd.conf socks-simple.conf socks.conf |