pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/mozilla set CONFIG_GUESS_OVERRIDE, CONFIG_SUB_OVER...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be313bbb32d6
branches:  trunk
changeset: 492988:be313bbb32d6
user:      taya <taya%pkgsrc.org@localhost>
date:      Sun Apr 24 14:05:06 2005 +0000

description:
set CONFIG_GUESS_OVERRIDE, CONFIG_SUB_OVERRIDE, and CONFIG_STATUS_OVERRIDE
explicitly, because it fails to detect them with default setting.
suggested by Todd Willey.

diffstat:

 www/mozilla/Makefile.common |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 658dd472d1a4 -r be313bbb32d6 www/mozilla/Makefile.common
--- a/www/mozilla/Makefile.common       Sun Apr 24 14:00:12 2005 +0000
+++ b/www/mozilla/Makefile.common       Sun Apr 24 14:05:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.52 2005/04/11 21:47:54 tv Exp $
+# $NetBSD: Makefile.common,v 1.53 2005/04/24 14:05:06 taya Exp $
 
 MOZ_DIST_VER?= ${MOZ_VER}
 DISTNAME?=     mozilla-source-${MOZ_DIST_VER}
@@ -20,6 +20,16 @@
 USE_X11=       yes
 GNU_CONFIGURE= yes
 
+CONFIG_GUESS_OVERRIDE= build/autoconf/config.guess
+CONFIG_GUESS_OVERRIDE+=        nsprpub/build/autoconf/config.guess
+CONFIG_GUESS_OVERRIDE+=        directory/c-sdk/config/autoconf/config.guess
+CONFIG_SUB_OVERRIDE=   build/autoconf/config.sub
+CONFIG_SUB_OVERRIDE+=  nsprpub/build/autoconf/config.sub
+CONFIG_SUB_OVERRIDE+=  directory/c-sdk/config/autoconf/config.sub
+CONFIG_STATUS_OVERRIDE=                build/config.status
+CONFIG_STATUS_OVERRIDE+=       nsprpub/config.status
+CONFIG_STATUS_OVERRIDE+=       directory/c-sdk/config.status
+
 PKGCONFIG_OVERRIDE+=   build/unix/mozilla-gtkmozembed.pc
 PKGCONFIG_OVERRIDE+=   build/unix/mozilla-js.pc
 PKGCONFIG_OVERRIDE+=   build/unix/mozilla-nspr.pc



Home | Main Index | Thread Index | Old Index