summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>