diff options
author | obache <obache@pkgsrc.org> | 2010-03-17 08:19:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-03-17 08:19:38 +0000 |
commit | 868c36070c44bb910609ae15d5135f6788b7bca2 (patch) | |
tree | bad371f7ff5641c7b9bcf9c5b654b35c88de6be7 /pkgtools/pkg_install | |
parent | 70a7d02003be276b5ac887d227cf92d0421abeda (diff) | |
download | pkgsrc-868c36070c44bb910609ae15d5135f6788b7bca2.tar.gz |
Also need to overwrite config.sub, at least on Haiku OS.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 5 |
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 |