diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-23 03:28:12 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-23 03:28:12 +0800 |
commit | 607bfc555b172f54545c8f2a6e46b98941932e36 (patch) | |
tree | 6f242b74b7c525d9c508a216f0395f19013e2455 /games/torcs | |
parent | f5c1ab781ac178f95adc5ca58233996d7cbd67a8 (diff) | |
download | freebsd-ports-gnome-607bfc555b172f54545c8f2a6e46b98941932e36.tar.gz freebsd-ports-gnome-607bfc555b172f54545c8f2a6e46b98941932e36.tar.zst freebsd-ports-gnome-607bfc555b172f54545c8f2a6e46b98941932e36.zip |
Unbreak on amd64 since plib is built with -fPIC.
PR: ports/68109
Diffstat (limited to 'games/torcs')
-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 |