cvs commit: ports/games/quakeforge/files
	patch-libs__video__renderer__sw__Makefile.in
    Alejandro Pulver 
    alepulver at FreeBSD.org
       
    Sat Jan 20 17:22:28 UTC 2007
    
    
  
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
    
    
More information about the cvs-all
mailing list