aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-19 17:39:26 +0800
committerkris <kris@FreeBSD.org>2004-06-19 17:39:26 +0800
commit5678f4393511fd90364be6ee36c9e4925268ad54 (patch)
tree4f8f1a157292b55a484ce2b011087ceb77de61f4 /games
parentcb09add06c5ba6784997809e053461f318113cb2 (diff)
downloadfreebsd-ports-gnome-5678f4393511fd90364be6ee36c9e4925268ad54.tar.gz
freebsd-ports-gnome-5678f4393511fd90364be6ee36c9e4925268ad54.tar.zst
freebsd-ports-gnome-5678f4393511fd90364be6ee36c9e4925268ad54.zip
BROKEN on amd64: Does not build
Diffstat (limited to 'games')
-rw-r--r--games/torcs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index ca5ad8378c26..ea5ff040c9d1 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -91,6 +91,10 @@ PLIST_SUB+= K1999="@comment "
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 (can't link static libraries into shared libraries)"
+.endif
+
.if ${OSVERSION} < 500041
CPPFLAGS+= -I${X11BASE}/include -fPIC
.else