aboutsummaryrefslogtreecommitdiff
path: root/emulators/x49gp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-21 10:30:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-21 10:30:09 +0000
commit09c3d9a2bbfe712e1352db75f866f828221a516d (patch)
treef09d18523dbcfff5124efa66c3d55eaae3f36bd4 /emulators/x49gp
parent9dde3afa597704836911679912fda88a889ae522 (diff)
downloadports-09c3d9a2bbfe712e1352db75f866f828221a516d.tar.gz
ports-09c3d9a2bbfe712e1352db75f866f828221a516d.zip
Notes
Diffstat (limited to 'emulators/x49gp')
-rw-r--r--emulators/x49gp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/x49gp/Makefile b/emulators/x49gp/Makefile
index 1f458d46d11a..7c0d10bd0a9c 100644
--- a/emulators/x49gp/Makefile
+++ b/emulators/x49gp/Makefile
@@ -95,4 +95,10 @@ do-install:
${INSTALL_DATA} ${DISTDIR}/sdcard64.tar.gz ${STAGEDIR}${DATADIR}/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${ARCH} == i386
+BROKEN= does not build on i386 (error: frame pointer required, but reserved)
+.endif
+
+.include <bsd.port.post.mk>