summaryrefslogtreecommitdiff
path: root/corba
diff options
context:
space:
mode:
authortron <tron>1999-04-27 22:04:16 +0000
committertron <tron>1999-04-27 22:04:16 +0000
commitd19e5546f8b6125bac4077249d53ee611529d55c (patch)
treea24f89b7317e44d7472c721ee10aa4f68309212a /corba
parent4e24379c01db8e0b666ff1f5383fe9618718d32f (diff)
downloadpkgsrc-d19e5546f8b6125bac4077249d53ee611529d55c.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"