pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Since CONFIG_*_OVERRIDE replaces ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b747ca3051c8
branches:  trunk
changeset: 650313:b747ca3051c8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Apr 21 00:28:19 2015 +0000

description:
Since CONFIG_*_OVERRIDE replaces the automatic list, add ${WRKSRC}
manually.

diffstat:

 pkgtools/pkg_install/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 93434667a87d -r b747ca3051c8 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Tue Apr 21 00:26:48 2015 +0000
+++ b/pkgtools/pkg_install/Makefile     Tue Apr 21 00:28:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2015/04/02 23:06:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.208 2015/04/21 00:28:19 joerg Exp $
 
 # Notes to package maintainers:
 #
@@ -151,8 +151,10 @@
     ${WRKDIR}/libarchive/build/pkgconfig/libarchive.pc 2>/dev/null || echo
 LIBS+=         ${LIBARCHIVE_LIBS:sh}
 
-CONFIG_GUESS_OVERRIDE+=        ${WRKDIR}/libarchive/build/autoconf/config.guess
-CONFIG_SUB_OVERRIDE+=  ${WRKDIR}/libarchive/build/autoconf/config.sub
+CONFIG_GUESS_OVERRIDE+=        ${WRKDIR}/libarchive/build/autoconf/config.guess \
+                       ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE+=  ${WRKDIR}/libarchive/build/autoconf/config.sub \
+                       ${WRKSRC}/config.sub
 
 .  if ${OPSYS} == "Cygwin"
 CPPFLAGS+=     -DLIBARCHIVE_STATIC



Home | Main Index | Thread Index | Old Index