diff options
-rw-r--r-- | net/nsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index 9f9eae194ae..4af11b7707c 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2013/02/08 23:52:37 pettai Exp $ +# $NetBSD: Makefile,v 1.63 2013/03/04 20:33:15 jperkin Exp $ DISTNAME= nsd-3.2.15 CATEGORIES= net @@ -55,6 +55,8 @@ CONF_FILES+= share/examples/nsd/nsd.conf ${PKG_SYSCONFDIR}/nsd.conf INSTALLATION_DIRS= share/examples/nsd +CFLAGS.SunOS+= -Du_int32_t=uint32_t + post-install: ${INSTALL_DATA} ${WRKSRC}/contrib/nsd.zones2nsd.conf ${DESTDIR}${PREFIX}/share/examples/nsd |