diff options
author | mat <mat@FreeBSD.org> | 2017-01-03 19:01:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-03 19:01:05 +0800 |
commit | 057971c152a484648da5936e2abf430699f07815 (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /emulators/bochs | |
parent | c743bcc36550fe214c3826e524078d4459e8cb90 (diff) | |
download | freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.tar.gz freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.tar.zst freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.zip |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 7a0018a68168..fd1cdd7c61b2 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -12,6 +12,8 @@ COMMENT= IA-32 (x86) PC emulator that runs DOS, Win 95, and more LICENSE= LGPL21 +BROKEN_i386= does not build on i386 (../cpu.h:4513:117: error: 'regparm' parameter must be between 0 and 3 inclusive) + USES= gmake libtool:keepla pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_alsa_asoundlib_h=no \ @@ -290,10 +292,4 @@ post-install-DOCS-on: (cd ${WRKSRC}/docs-html && ${INSTALL_DATA} *.html \ ${STAGEDIR}${DOCSDIR}/html) -.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> +.include <bsd.port.mk> |