diff options
author | hasso <hasso> | 2009-05-06 11:09:10 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-05-06 11:09:10 +0000 |
commit | 7fd96c2394906b7b0355fa8e102cb74e7559a64b (patch) | |
tree | 5467674aa9d1fa5c473eaeb59179474f3f64cb21 /lang | |
parent | 573a9c59fa11aca298bfaac6c52427e3e212caf1 (diff) | |
download | pkgsrc-7fd96c2394906b7b0355fa8e102cb74e7559a64b.tar.gz |
Replace config.guess and config.sub with pkgsrc versions which allows to
build it on DragonFly.
Diffstat (limited to 'lang')
-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 |