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 | fc2ea4c33009902f0b6a6c10b5d84ee2a9cbad3d (patch) | |
tree | 17bfd240d9412c4298c286b77965e40c1bcf9a95 /emulators | |
parent | 70bfa31f5d3b36f9f0a79435c86f51c423396a58 (diff) | |
download | pkgsrc-fc2ea4c33009902f0b6a6c10b5d84ee2a9cbad3d.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. |