pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/golem Override config.guess and config.sub, to make...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/554ea410deaa
branches:  trunk
changeset: 462595:554ea410deaa
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Oct 05 21:22:49 2003 +0000

description:
Override config.guess and config.sub, to make it recognize netbsd/shark.

diffstat:

 wm/golem/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0c5d55490a6e -r 554ea410deaa wm/golem/Makefile
--- a/wm/golem/Makefile Sun Oct 05 20:20:57 2003 +0000
+++ b/wm/golem/Makefile Sun Oct 05 21:22:49 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/05/23 07:53:18 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/10/05 21:22:49 kristerw Exp $
 #
 
 DISTNAME=      golem-0.0.5
@@ -15,6 +15,8 @@
 USE_GMAKE=     YES
 USE_X11=       YES
 GNU_CONFIGURE= YES
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE=   ${WRKSRC}/config.sub
 
 CONFIGURE_ARGS=        --enable-i18n
 



Home | Main Index | Thread Index | Old Index