summaryrefslogtreecommitdiff
path: root/net/dctc/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-01-17 12:34:05 +0000
committerjmmv <jmmv>2003-01-17 12:34:05 +0000
commit09591496372d0aeefdf157888e9079814ef1f98d (patch)
tree92e46dd078eaa9f8caa28abe1d9ed0fe56898b06 /net/dctc/Makefile
parent1cd886b3d811467bbb6250496e23f2487e09eccc (diff)
downloadpkgsrc-09591496372d0aeefdf157888e9079814ef1f98d.tar.gz
Touch several files before manually modifying config.h, so that the Makefile
does not try to rebuild config.h at build time. Should fix build problems shown in Hubert's last bulk build.
Diffstat (limited to 'net/dctc/Makefile')
-rw-r--r--net/dctc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile
index fba3b444a7d..2feb7dd3342 100644
--- a/net/dctc/Makefile
+++ b/net/dctc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/12/17 19:12:28 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2003/01/17 12:34:05 jmmv Exp $
#
DISTNAME= dctc-0.83.9
@@ -18,6 +18,8 @@ USE_PERL5= YES
CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4
post-configure:
+ @${TOUCH} ${WRKSRC}/stamp-h.in ${WRKSRC}/config.h.in
+ @${TOUCH} ${WRKSRC}/config.status ${WRKSRC}/stamp-h
@${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h
@${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h
@${ECHO} '#endif' >> ${WRKSRC}/config.h