aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-07-15 19:22:40 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-07-15 19:22:40 +0000
commitd0e21923ea22a5e9983b98a4cc08ae4d6b615af8 (patch)
tree246e042f98328f113ba900e6038f686ee8a7f456 /emulators
parenta1a5a06bec38c27c9595dd8005756f0af8abfa07 (diff)
downloadports-d0e21923ea22a5e9983b98a4cc08ae4d6b615af8.tar.gz
ports-d0e21923ea22a5e9983b98a4cc08ae4d6b615af8.zip
Notes
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 32b4c895529d..10d8ed6b7114 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