diff options
author | kris <kris@FreeBSD.org> | 2004-06-19 17:39:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-19 17:39:26 +0800 |
commit | 5678f4393511fd90364be6ee36c9e4925268ad54 (patch) | |
tree | 4f8f1a157292b55a484ce2b011087ceb77de61f4 /games | |
parent | cb09add06c5ba6784997809e053461f318113cb2 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |