summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-03-17 08:19:38 +0000
committerobache <obache>2010-03-17 08:19:38 +0000
commitd803c5129febe0aca181e7dff00641c94c0e237d (patch)
treebad371f7ff5641c7b9bcf9c5b654b35c88de6be7 /pkgtools/pkg_install/Makefile
parentd5453f2ca3a01e6c82e3dbc7bf9e007763d31301 (diff)
downloadpkgsrc-d803c5129febe0aca181e7dff00641c94c0e237d.tar.gz
Also need to overwrite config.sub, at least on Haiku OS.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 3cb5fb42456..0f95c0ff22a 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.174 2010/03/08 17:20:40 joerg Exp $
+# $NetBSD: Makefile,v 1.175 2010/03/17 08:19:38 obache Exp $
# Notes to package maintainers:
#
@@ -123,9 +123,10 @@ CPPFLAGS+= -I${WRKDIR}/libarchive/libarchive
LDFLAGS+= -L${WRKDIR}/libarchive/.libs
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/libarchive/build/autoconf/config.guess
+CONFIG_SUB_OVERRIDE+= ${WRKDIR}/libarchive/build/autoconf/config.sub
# Hack to make sure that the libarchive version is replaced
-pre-configure: config-guess-override
+pre-configure: config-guess-override config-sub-override
.endif
CPPFLAGS+= -I${WRKDIR}/libfetch
LDFLAGS+= -L${WRKDIR}/libfetch