aboutsummaryrefslogtreecommitdiff
path: root/games/torcs
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-05-30 09:27:26 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-05-30 09:27:26 +0000
commitb786daec14cf95407161f246df37dfa9d5fed61c (patch)
treef170a47aaada3f010772ae61e726a663bc4e8eb4 /games/torcs
parentd0a222dfaa787b2b9347b57407a264f401dba7dc (diff)
downloadports-b786daec14cf95407161f246df37dfa9d5fed61c.tar.gz
ports-b786daec14cf95407161f246df37dfa9d5fed61c.zip
Notes
Diffstat (limited to 'games/torcs')
-rw-r--r--games/torcs/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index d0913f2e8932..1921f4146d9c 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -90,15 +90,11 @@ PLIST_SUB+= K1999="@comment "
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Does not build on amd64 (needs to link to shared libraries)"
-.endif
-
.if ${OSVERSION} < 500041
CPPFLAGS+= -I${X11BASE}/include -fPIC
.else
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -DHAVE_DECL_GETOPT -fPIC" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib" CXXFLAGS="-fPIC" CFLAGS="-fPIC"
.endif
.if !defined(WITHOUT_FREEGLUT)