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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"