diff options
author | jmmv <jmmv> | 2003-01-17 12:34:05 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-17 12:34:05 +0000 |
commit | 09591496372d0aeefdf157888e9079814ef1f98d (patch) | |
tree | 92e46dd078eaa9f8caa28abe1d9ed0fe56898b06 /net/dctc | |
parent | 1cd886b3d811467bbb6250496e23f2487e09eccc (diff) | |
download | pkgsrc-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')
-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 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 |