aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/mess
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-04-02 06:49:27 +0800
committerpav <pav@FreeBSD.org>2008-04-02 06:49:27 +0800
commit4864f45b84348136991cf017c1ac2e8a3da81a1c (patch)
tree2cef272e0d214dc032eb9a22ca7bdd1c272c920e /emulators/mess
parentadac76091d3b91852dc26b605f53826b28764a93 (diff)
downloadfreebsd-ports-gnome-4864f45b84348136991cf017c1ac2e8a3da81a1c.tar.gz
freebsd-ports-gnome-4864f45b84348136991cf017c1ac2e8a3da81a1c.tar.zst
freebsd-ports-gnome-4864f45b84348136991cf017c1ac2e8a3da81a1c.zip
- Mark BROKEN: hits internal compiler bug on FreeBSD 5.X/amd64
Reported by: pointyhat
Diffstat (limited to 'emulators/mess')
-rw-r--r--emulators/mess/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index ed6455e8d98f..067948d6e8d1 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -24,6 +24,12 @@ MAKEFILE= makefile.sdl
SUB_FILES= ${PORTNAME} pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
+BROKEN= does not compile
+.endif
+
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
${MKDIR} ${PREFIX}/libexec/sdlmess
@@ -47,4 +53,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>