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 | f6887a97b1cf54e4589596de7e95eb1ba7b75bdf (patch) | |
tree | d960fbec5319c8cc80876917a459761fde70d4c9 /mail/solid-pop3d | |
parent | 033d0f34caa9e26fcf65bcbd100e00724250b0f1 (diff) | |
download | pkgsrc-f6887a97b1cf54e4589596de7e95eb1ba7b75bdf.tar.gz |
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
Diffstat (limited to 'mail/solid-pop3d')
-rw-r--r-- | mail/solid-pop3d/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/solid-pop3d/Makefile b/mail/solid-pop3d/Makefile index 0e73f98dc24..6b5c147d82c 100644 --- a/mail/solid-pop3d/Makefile +++ b/mail/solid-pop3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/12 16:54:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2004/06/08 12:23:59 cjep Exp $ DISTNAME= solid-pop3d-0.15 CATEGORIES= mail @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-logextend \ --enable-statistics +BUILD_DEFS+= USE_INET6 + .if defined(SPOP3D_ENABLE_APOP) CONFIGURE_ARGS+= --enable-apop PLIST_SRC+= ${.CURDIR}/PLIST.apop |