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
commit639af51b91d747a2dd40838b99d0819b8e3f986d (patch)
treea24f89b7317e44d7472c721ee10aa4f68309212a /corba
parentaa5bef61a5517161e7c07b1dfb0783476911e41c (diff)
downloadpkgsrc-639af51b91d747a2dd40838b99d0819b8e3f986d.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"