pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/GConf Override config.sub/config.guess for mipseb.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6eec78aaf053
branches:  trunk
changeset: 468062:6eec78aaf053
user:      sekiya <sekiya%pkgsrc.org@localhost>
date:      Tue Feb 10 03:23:51 2004 +0000

description:
Override config.sub/config.guess for mipseb.

diffstat:

 devel/GConf/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r edb94466709d -r 6eec78aaf053 devel/GConf/Makefile
--- a/devel/GConf/Makefile      Tue Feb 10 02:56:00 2004 +0000
+++ b/devel/GConf/Makefile      Tue Feb 10 03:23:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/01/03 18:49:36 reed Exp $
+# $NetBSD: Makefile,v 1.40 2004/02/10 03:23:51 sekiya Exp $
 #
 
 DISTNAME=              GConf-1.0.9
@@ -23,6 +23,9 @@
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 PKGCONFIG_OVERRIDE=    ${WRKSRC}/gconf.pc.in
 
+CONFIG_GUESS_OVERRIDE+=        ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE+=  ${WRKSRC}/config.sub
+
 CPPFLAGS+=             -I${BUILDLINK_PREFIX.db3}/include/db3
 PLIST_SUBST+=          LOCALBASE=${LOCALBASE}
 



Home | Main Index | Thread Index | Old Index