summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-06-22 19:28:12 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-06-22 19:28:12 +0000
commit607bfc555b172f54545c8f2a6e46b98941932e36 (patch)
tree6f242b74b7c525d9c508a216f0395f19013e2455
parent- Add rc script (diff)
Unbreak on amd64 since plib is built with -fPIC.
PR: ports/68109
Notes
Notes: svn path=/head/; revision=111997
Diffstat (limited to '')
-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