pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gle Override config.sub and config.guess.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/170174d0ff7e
branches:  trunk
changeset: 467396:170174d0ff7e
user:      sekiya <sekiya%pkgsrc.org@localhost>
date:      Sat Jan 31 11:37:33 2004 +0000

description:
Override config.sub and config.guess.

diffstat:

 graphics/gle/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 76f77a387dcb -r 170174d0ff7e graphics/gle/Makefile
--- a/graphics/gle/Makefile     Sat Jan 31 11:36:23 2004 +0000
+++ b/graphics/gle/Makefile     Sat Jan 31 11:37:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/22 14:31:43 adam Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/31 11:37:33 sekiya Exp $
 #
 
 DISTNAME=      gle-3.1.0
@@ -16,6 +16,9 @@
 USE_X11=               YES
 GNU_CONFIGURE=         YES
 
+CONFIG_GUESS_OVERRIDE+=        ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE+=  ${WRKSRC}/config.sub
+
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 



Home | Main Index | Thread Index | Old Index