diff options
author | cjep <cjep@pkgsrc.org> | 2004-06-08 12:23:59 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-06-08 12:23:59 +0000 |
commit | 46b378506ab7810ff867330e0f1c25aae5471317 (patch) | |
tree | d960fbec5319c8cc80876917a459761fde70d4c9 /net/irrd | |
parent | 513eca69511c6258e4cad2625a7d2557e18680e3 (diff) | |
download | pkgsrc-46b378506ab7810ff867330e0f1c25aae5471317.tar.gz |
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
Diffstat (limited to 'net/irrd')
-rw-r--r-- | net/irrd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile index 3c9fcbb85d6..b9e108df773 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/03/26 02:27:48 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2004/06/08 12:23:59 cjep Exp $ DISTNAME= irrd2.1.5 PKGNAME= irrd-2.1.5 @@ -24,6 +24,8 @@ CONFIGURE_ARGS+=--with-gdbm CONFIGURE_ARGS+=--disable-thread CONFIGURE_ENV+= YACC=bison +BUILD_DEFS+= USE_INET6 + CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -g |