summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjmc <jmc>2003-06-10 00:00:26 +0000
committerjmc <jmc>2003-06-10 00:00:26 +0000
commitec0fa85cbd68c0d8366cfeafb3bb4c7ea3027fd5 (patch)
tree0990005afb343cf715e52b585315a7a1a7b956df /net
parenta1488eefbf45236a8ad885fb2cb903cfd32e8769 (diff)
downloadpkgsrc-ec0fa85cbd68c0d8366cfeafb3bb4c7ea3027fd5.tar.gz
Add touch's back from 1.9 as they're inconsistantly getting picked up during
bulk builds otherwise and nuking config.h's modifications
Diffstat (limited to 'net')
-rw-r--r--net/dctc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile
index 0372570dda8..e3a5c6e6e8d 100644
--- a/net/dctc/Makefile
+++ b/net/dctc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/06/02 01:18:01 jschauma Exp $
+# $NetBSD: Makefile,v 1.14 2003/06/10 00:00:26 jmc Exp $
#
DISTNAME= dctc-0.84.1
@@ -21,6 +21,8 @@ USE_GMAKE= 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