summaryrefslogtreecommitdiff
path: root/corba
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-27 22:04:16 +0000
committertron <tron@pkgsrc.org>1999-04-27 22:04:16 +0000
commitacb5c984f749b94fec1c13fd740e9cb24f3f93ae (patch)
treea24f89b7317e44d7472c721ee10aa4f68309212a /corba
parentff16d972b933b9854f158dd2a35a5d1909fd0767 (diff)
downloadpkgsrc-acb5c984f749b94fec1c13fd740e9cb24f3f93ae.tar.gz
Avoid random build failures caused by wrong dependences.
Diffstat (limited to 'corba')
-rw-r--r--corba/ORBit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile
index 837c09ca26f..e751504f3d7 100644
--- a/corba/ORBit/Makefile
+++ b/corba/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1999/04/16 19:24:35 tron Exp $
+# $NetBSD: Makefile,v 1.16 1999/04/27 22:04:16 tron Exp $
#
DISTNAME= ORBit-0.4.3
@@ -21,4 +21,7 @@ CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
LIBTOOL_FLAGS= --install-la
INFO_FILES= libIDL.info
+post-extract:
+ @find ${WRKDIR} -name "*.idl" -type f | xargs ${TOUCH}
+
.include "../../mk/bsd.pkg.mk"