From 7ad9a8794d4e6cf3993a0db0254d4566940ac52a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 19 Jun 2004 09:39:26 +0000 Subject: [PATCH] BROKEN on amd64: Does not build --- games/torcs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games/torcs/Makefile b/games/torcs/Makefile index ca5ad8378c26..ea5ff040c9d1 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -91,6 +91,10 @@ PLIST_SUB+= K1999="@comment " .include +.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