summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-07-15 19:22:40 +0000
committeranholt <anholt@FreeBSD.org>2003-07-15 19:22:40 +0000
commit055951818ab9b3f2f054428aaa7f824bde6bed61 (patch)
tree2d8daf2941c01efd2b26e663c95321875effabe7 /emulators
parent07a73f35aa52ada39ce4d892ce4ceb46c9ce1d6d (diff)
downloadFreeBSD-ports-055951818ab9b3f2f054428aaa7f824bde6bed61.zip
FreeBSD-ports-055951818ab9b3f2f054428aaa7f824bde6bed61.tar.gz
Add in PCI bridge support. It's a run-time option, too, and is required for
some guest OSes. PR: ports/52631 Submitted by: Bruce M Simpson <bms@spc.org>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 32b4c89..10d8ed6 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -8,7 +8,7 @@
PORTNAME= bochs
PORTVERSION= 2.0.2
-PORTEPOCH= 1
+PORTEPOCH= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -28,7 +28,8 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-split-hd \
--enable-all-optimizations \
- --with-x11
+ --with-x11 \
+ --enable-pci
CFLAGS+= -fno-rtti -fno-exceptions -fomit-frame-pointer
OpenPOWER on IntegriCloud