diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-06 11:09:10 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-06 11:09:10 +0000 |
commit | c0f456aed7eb81987950279b593d99a298d58e8a (patch) | |
tree | 5467674aa9d1fa5c473eaeb59179474f3f64cb21 /lang/squeak/Makefile | |
parent | fc43c0af3204a251ae5873d979450a6f45867292 (diff) | |
download | pkgsrc-c0f456aed7eb81987950279b593d99a298d58e8a.tar.gz |
Replace config.guess and config.sub with pkgsrc versions which allows to
build it on DragonFly.
Diffstat (limited to 'lang/squeak/Makefile')
-rw-r--r-- | lang/squeak/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index acb468eadc6..482f190ffd5 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -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 @@ AUTOMAKE_REQD= 1.4.6 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 |