diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-10-26 17:40:31 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-10-26 17:40:31 +0000 |
commit | 8bc2fc811beb3fc46771c32f8e72e895264e7d88 (patch) | |
tree | 17bfd240d9412c4298c286b77965e40c1bcf9a95 /emulators | |
parent | fbd76cda2433524eaf52a59774d8893032df8d2a (diff) | |
download | pkgsrc-8bc2fc811beb3fc46771c32f8e72e895264e7d88.tar.gz |
Override config.guess and config.sub to make the pkg recognize shark.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index b95598f1629..5d105a9c413 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/07/17 21:35:20 grant Exp $ +# $NetBSD: Makefile,v 1.29 2003/10/26 17:40:31 kristerw Exp $ DISTNAME= bochs-2.0.2 CATEGORIES= emulators @@ -9,6 +9,8 @@ HOMEPAGE= http://bochs.sourceforge.net/ COMMENT= i386 machine emulator capable of running DOS/Windows GNU_CONFIGURE= yes +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub USE_GMAKE= yes # These options are not enabled by default because they can adversely impact # performance. The number of processors can be either 1 (default), 2, or 4. |