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.22 by greg, Sun Nov 5 01:51:16 2006 UTC vs.
Revision 1.23 by greg, Thu Apr 17 14:58:57 2008 UTC

# 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