diff options
author | wiz <wiz> | 2002-10-03 11:24:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-03 11:24:33 +0000 |
commit | b518727a4054be09738bafca55bf9062ecbaab76 (patch) | |
tree | d2c94137b4673b47a0e6f3f1c9c8fdef95b82e17 /net/dctc/Makefile | |
parent | e3bba4a045003b60c109e2b24bb8463a495996cc (diff) | |
download | pkgsrc-b518727a4054be09738bafca55bf9062ecbaab76.tar.gz |
Remove some patches by virtuously passing in CPPFLAGS ;)
Diffstat (limited to 'net/dctc/Makefile')
-rw-r--r-- | net/dctc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index b3e88610a78..9a139e6cf48 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/09/29 17:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/03 11:24:33 wiz Exp $ # DISTNAME= dctc-0.83.5 @@ -15,6 +15,8 @@ CONFIGURE_ARGS+= --enable-manual-db-detect REPLACE_PERL= GDLjoiner USE_PERL5= YES +CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4 + post-configure: @${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h @${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h |