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
commitcf1b32acd72244a7d62b05533e333ef51b182861 (patch)
tree8e24736345aca017e2c01517c4e11c440514c9a6 /net
parentd2ade866cace99b4241fe9fc5ea754a479b50936 (diff)
downloadpkgsrc-cf1b32acd72244a7d62b05533e333ef51b182861.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"