summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2008-07-13 14:25:04 +0000
committerjoerg <joerg>2008-07-13 14:25:04 +0000
commit368b9f0d57972a2feda931c915577cf02124fffe (patch)
tree6ccf48a3f97fefa23cc9d493ab4049bf8a6192c0 /pkgtools
parentc354051404c79e3d70a486316dd85d78991b2c33 (diff)
downloadpkgsrc-368b9f0d57972a2feda931c915577cf02124fffe.tar.gz
Add a temporary workaround for missing vfork on IRIX.
Fixes PR 38674, tested by tnn@.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 6c0a6ade296..85ad391616e 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.156 2008/06/22 22:08:05 joerg Exp $
+# $NetBSD: Makefile,v 1.157 2008/07/13 14:25:05 joerg Exp $
# Notes to package maintainers:
#
@@ -175,4 +175,6 @@ update:
${MAKE} ${UPDATE_TARGET}
${MAKE} clean
+.include "../../archivers/libarchive/hacks.mk"
+
.include "../../mk/bsd.pkg.mk"