pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Make sure to overwrite the config...
details: https://anonhg.NetBSD.org/pkgsrc/rev/75abfcbc7348
branches: trunk
changeset: 572781:75abfcbc7348
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Mar 08 17:20:40 2010 +0000
description:
Make sure to overwrite the config.guess script in libarchive for the
sake of Interix.
diffstat:
pkgtools/pkg_install/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 1a3eecaedce0 -r 75abfcbc7348 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile Mon Mar 08 16:57:57 2010 +0000
+++ b/pkgtools/pkg_install/Makefile Mon Mar 08 17:20:40 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.173 2010/02/20 20:24:24 joerg Exp $
+# $NetBSD: Makefile,v 1.174 2010/03/08 17:20:40 joerg Exp $
# Notes to package maintainers:
#
@@ -121,6 +121,11 @@
.if empty(USE_BUILTIN.libarchive:M[yY][eE][sS])
CPPFLAGS+= -I${WRKDIR}/libarchive/libarchive
LDFLAGS+= -L${WRKDIR}/libarchive/.libs
+
+CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/libarchive/build/autoconf/config.guess
+
+# Hack to make sure that the libarchive version is replaced
+pre-configure: config-guess-override
.endif
CPPFLAGS+= -I${WRKDIR}/libfetch
LDFLAGS+= -L${WRKDIR}/libfetch
Home |
Main Index |
Thread Index |
Old Index