summaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorkristerw <kristerw>2003-10-26 17:40:31 +0000
committerkristerw <kristerw>2003-10-26 17:40:31 +0000
commitb1cde94d451718a3db0b78f51ce01a82a09af9e6 (patch)
tree17bfd240d9412c4298c286b77965e40c1bcf9a95 /emulators/bochs
parent3d62aa11b0c055f7379b040ba349769f1faa39f6 (diff)
downloadpkgsrc-b1cde94d451718a3db0b78f51ce01a82a09af9e6.tar.gz
Override config.guess and config.sub to make the pkg recognize shark.
Diffstat (limited to 'emulators/bochs')
-rw-r--r--emulators/bochs/Makefile4
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.