ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/makeall
(Generate patch)

Comparing ray/makeall (file contents):
Revision 1.21 by greg, Wed Sep 21 17:17:23 2005 UTC vs.
Revision 1.23 by greg, Thu Apr 17 14:58:57 2008 UTC

# Line 163 | Line 163 | case 5:                        # BSDI BSD/386
163          set compat="erf.o strcmp.o"
164          breaksw
165   case 6:                 # Linux
166 <        set mach="-Dlinux -D_FILE_OFFSET_BITS=64 -Dfseeko=fseek -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO"
166 >        set mach="-Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO"
167          set opt="-O2"
168          set arch=IBMPC
169          set compat="erf.o"
# Line 171 | Line 171 | case 6:                        # Linux
171          breaksw
172   case 7:                 # MacOS X
173          set mach="-DBSD -DNOSTEREO -Dfreebsd -I/usr/X11R6/include -L/usr/X11R6/lib"
174 +        # Ugly fix for Leopard OpenGL link bug:
175 +        if (`uname -r` =~ 9.*) set mach="$mach -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
176          set opt="-O2"
177          set arch=PowerPC
178          set extras="CC=cc CONFIGURE_ARCH=powerpc"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines