diff options
-rw-r--r-- | games/torcs/Makefile | 4 |
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 |