aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-06-23 03:28:12 +0800
committerthierry <thierry@FreeBSD.org>2004-06-23 03:28:12 +0800
commite2dbb8c23fa831d7d250729d7b6ac905955fadf5 (patch)
tree4d517b3075d6cb72520482743f77a64cc953fa06 /games
parentd5ee2d5c2e0585c56d2bb27e1ba42c7c453a4520 (diff)
downloadfreebsd-ports-gnome-e2dbb8c23fa831d7d250729d7b6ac905955fadf5.tar.gz
freebsd-ports-gnome-e2dbb8c23fa831d7d250729d7b6ac905955fadf5.tar.zst
freebsd-ports-gnome-e2dbb8c23fa831d7d250729d7b6ac905955fadf5.zip
Unbreak on amd64 since plib is built with -fPIC.
PR: ports/68109
Diffstat (limited to 'games')
-rw-r--r--games/torcs/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index ea5ff040c9d1..ca5ad8378c26 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -91,10 +91,6 @@ 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