summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjmc <jmc>2003-05-19 22:37:47 +0000
committerjmc <jmc>2003-05-19 22:37:47 +0000
commit772fff151af5ca65886455948349199223194317 (patch)
tree8e24736345aca017e2c01517c4e11c440514c9a6 /net
parent03f49c39546547116a751bb6f29b5e50b96e8fa9 (diff)
downloadpkgsrc-772fff151af5ca65886455948349199223194317.tar.gz
Try to prevent a timing issue between config.h and stamp-h after adding
the post-configure items.
Diffstat (limited to 'net')
-rw-r--r--net/dc_gui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dc_gui/Makefile b/net/dc_gui/Makefile
index 74de338a105..57be9365d79 100644
--- a/net/dc_gui/Makefile
+++ b/net/dc_gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/05/12 04:49:11 jmc Exp $
+# $NetBSD: Makefile,v 1.15 2003/05/19 22:37:47 jmc Exp $
#
DISTNAME= dc_gui-0.66
@@ -29,6 +29,7 @@ post-configure:
@${ECHO} '#ifndef ENODATA' >> ${WRKSRC}/config.h
@${ECHO} '# define ENODATA ENOMSG' >> ${WRKSRC}/config.h
@${ECHO} '#endif' >> ${WRKSRC}/config.h
+ @sleep 5
@${TOUCH} ${WRKSRC}/stamp-h
.include "../../converters/libiconv/buildlink2.mk"