pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/bochs Override config.guess and config.sub t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a6005c309c5
branches:  trunk
changeset: 463056:6a6005c309c5
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Oct 26 17:40:31 2003 +0000

description:
Override config.guess and config.sub to make the pkg recognize shark.

diffstat:

 emulators/bochs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c7599dccada7 -r 6a6005c309c5 emulators/bochs/Makefile
--- a/emulators/bochs/Makefile  Sun Oct 26 14:54:56 2003 +0000
+++ b/emulators/bochs/Makefile  Sun Oct 26 17:40:31 2003 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index