aboutsummaryrefslogtreecommitdiff
path: root/games/xmoto
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-10 16:21:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-10 16:21:04 +0000
commit72ee42ec6faa1dfec7b00111162398a8411ee13a (patch)
treeeb7e50c65aadde2013c1f4ceb230ee57f728f242 /games/xmoto
parent850a1632c4e9d497e59e33820f5558ff5eb82d13 (diff)
downloadports-72ee42ec6faa1dfec7b00111162398a8411ee13a.tar.gz
ports-72ee42ec6faa1dfec7b00111162398a8411ee13a.zip
- Extend BROKEN condition: this is also broken on e.g. mips which still uses old gcc
Notes
Notes: svn path=/head/; revision=391708
Diffstat (limited to 'games/xmoto')
-rw-r--r--games/xmoto/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile
index f9b3c372423a..3dee737bfa94 100644
--- a/games/xmoto/Makefile
+++ b/games/xmoto/Makefile
@@ -21,7 +21,7 @@ LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USES= dos2unix gmake jpeg lua:51
+USES= compiler:features dos2unix gmake jpeg lua:51
USE_GNOME= libxml2
USE_SQLITE= 3
USE_SDL= sdl mixer ttf net
@@ -57,8 +57,8 @@ DESKTOP_ENTRIES="XMoto" \
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-BROKEN= does not build
+.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
+BROKEN= does not build with gcc 4.2
.endif
post-extract: