diff options
author | thierry <thierry@FreeBSD.org> | 2004-06-23 03:28:12 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-06-23 03:28:12 +0800 |
commit | e2dbb8c23fa831d7d250729d7b6ac905955fadf5 (patch) | |
tree | 4d517b3075d6cb72520482743f77a64cc953fa06 | |
parent | d5ee2d5c2e0585c56d2bb27e1ba42c7c453a4520 (diff) | |
download | freebsd-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
-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 |