summaryrefslogtreecommitdiff
path: root/net/dctc
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-01-17 12:34:05 +0000
committerjmmv <jmmv>2003-01-17 12:34:05 +0000
commit974398553413f26293f86a1fc91d3f040b2999d9 (patch)
tree92e46dd078eaa9f8caa28abe1d9ed0fe56898b06 /net/dctc
parent6822a5a8b3da3b6e5049631585a6cfa8d1172eb7 (diff)
downloadpkgsrc-974398553413f26293f86a1fc91d3f040b2999d9.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')
-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