aboutsummaryrefslogtreecommitdiff
path: root/games/atr3d
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-05-26 20:38:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-05-26 20:38:49 +0000
commitadd90dd319be1d4e500d5a1fc89f648ef45d6af8 (patch)
tree5296c17af9e0f98777120d8d08a8bc295a1b6000 /games/atr3d
parent047242b410208c78bebccfd002d545cb0c7bc1aa (diff)
downloadports-add90dd319be1d4e500d5a1fc89f648ef45d6af8.tar.gz
ports-add90dd319be1d4e500d5a1fc89f648ef45d6af8.zip
Notes
Diffstat (limited to 'games/atr3d')
-rw-r--r--games/atr3d/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile
index b64915a4b6ea..f7ad993ad489 100644
--- a/games/atr3d/Makefile
+++ b/games/atr3d/Makefile
@@ -38,6 +38,12 @@ USE_AUTOTOOLS= automake:19 autoconf:259
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
pre-patch:
@${PERL} -pi.orig -e 's|^aclocal|${ACLOCAL}|; \
s|^autoconf|${AUTOCONF}|; s|^automake|${AUTOMAKE}|' \
@@ -55,4 +61,4 @@ post-configure:
's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>