pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/squeak Replace config.guess and config.sub with p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29de58d9a1f4
branches:  trunk
changeset: 392690:29de58d9a1f4
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Wed May 06 11:09:10 2009 +0000

description:
Replace config.guess and config.sub with pkgsrc versions which allows to
build it on DragonFly.

diffstat:

 lang/squeak/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b982feacc4b5 -r 29de58d9a1f4 lang/squeak/Makefile
--- a/lang/squeak/Makefile      Wed May 06 11:08:17 2009 +0000
+++ b/lang/squeak/Makefile      Wed May 06 11:09:10 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2008/08/17 04:36:28 dholland Exp $
+# $NetBSD: Makefile,v 1.38 2009/05/06 11:09:10 hasso Exp $
 #
 
 DISTNAME=      Squeak-3.9-8
@@ -26,6 +26,8 @@
 BUILD_DIRS=            ${WRKDIR}/build
 CONFIGURE_DIRS=                ${WRKDIR}/build
 CONFIGURE_SCRIPT=      ${WRKSRC}/platforms/unix/config/configure
+CONFIG_GUESS_OVERRIDE+=        platforms/unix/config/config.guess
+CONFIG_SUB_OVERRIDE+=  platforms/unix/config/config.sub
 DIST_SUBDIR=           squeak
 
 SQUEAK_CHANGES= Squeak3.9-final-7067/Squeak3.9-final-7067.changes.gz



Home | Main Index | Thread Index | Old Index