aboutsummaryrefslogtreecommitdiff
path: root/games/torcs
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-30 08:23:07 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-30 08:23:07 +0000
commite1c081afe0b8e6ec26586dc2f98f3d6c7f521821 (patch)
tree4a0520b7c8cb200526d7404fe106b17b641d9ac0 /games/torcs
parent4ea8f26176bcf392bb577499f1d3459f23493b95 (diff)
downloadports-e1c081afe0b8e6ec26586dc2f98f3d6c7f521821.tar.gz
ports-e1c081afe0b8e6ec26586dc2f98f3d6c7f521821.zip
Notes
Diffstat (limited to 'games/torcs')
-rw-r--r--games/torcs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index f3cfb7a5c639..d0913f2e8932 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -90,6 +90,10 @@ PLIST_SUB+= K1999="@comment "
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 (needs to link to shared libraries)"
+.endif
+
.if ${OSVERSION} < 500041
CPPFLAGS+= -I${X11BASE}/include -fPIC
.else