Date: Sat, 20 Jan 2007 17:22:27 +0000 (UTC) From: Alejandro Pulver <alepulver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/quakeforge/files patch-libs__video__renderer__sw__Makefile.in Message-ID: <200701201722.l0KHMRKr068064@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alepulver 2007-01-20 17:22:27 UTC
FreeBSD ports repository
Modified files:
games/quakeforge/files
patch-libs__video__renderer__sw__Makefile.in
Log:
- Fix building (last commit for -fPIC broke it: some code is compiled twice,
so there is a conditional code compilation checking for -DPIC, but the code
in the static library later goes into a shared one, so use -fPIC but no
-DPIC in that case, because otherwise there would be redefined symbols).
Reported by: pointyhat
Revision Changes Path
1.2 +3 -13 ports/games/quakeforge/files/patch-libs__video__renderer__sw__Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701201722.l0KHMRKr068064>
