aboutsummaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-21 10:21:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-21 10:21:45 +0000
commit9597756cf12a9c13a13f6c1ecb533d53ae2cf1bb (patch)
treec1f94b472aa288cf733d6d34134dcbf4f59da2e5 /emulators/bochs
parenta4b9a3a29e21fa10acf4b45ce222ac53207a545b (diff)
downloadports-9597756cf12a9c13a13f6c1ecb533d53ae2cf1bb.tar.gz
ports-9597756cf12a9c13a13f6c1ecb533d53ae2cf1bb.zip
Notes
Diffstat (limited to 'emulators/bochs')
-rw-r--r--emulators/bochs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 633643591a83..7a0018a68168 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -290,4 +290,10 @@ post-install-DOCS-on:
(cd ${WRKSRC}/docs-html && ${INSTALL_DATA} *.html \
${STAGEDIR}${DOCSDIR}/html)
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${ARCH} == i386
+BROKEN= does not build on i386 (../cpu.h:4513:117: error: 'regparm' parameter must be between 0 and 3 inclusive)
+.endif
+
+.include <bsd.port.post.mk>