diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-07-25 21:10:24 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-07-25 21:10:24 +0000 |
commit | deffaf89614eb6c7e47dacc444862733b3f12a51 (patch) | |
tree | 96d52a459d5f191b2bc5363b5031a30645a9a30e /shells | |
parent | aac455c5a0f4749dd47c264c001497bc076ca4ab (diff) | |
download | pkgsrc-deffaf89614eb6c7e47dacc444862733b3f12a51.tar.gz |
Override config.guess and config.sub to make the pkg recognize and build
on more systems (e.g. NetBSD 1.6.1/shark).
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scsh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 01a5da87b17..c4491ef733f 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/07/17 22:53:24 grant Exp $ +# $NetBSD: Makefile,v 1.25 2003/07/25 21:10:24 kristerw Exp $ # FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # @@ -13,6 +13,8 @@ COMMENT= Unix shell embedded into Scheme, with access to all Posix calls NOT_FOR_PLATFORM= *-*-alpha # Needs scheme GNU_CONFIGURE= yes +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub ALL_TARGET= enough TEST_TARGET= check |