diff options
author | scuri <scuri> | 2010-06-26 17:42:07 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-26 17:42:07 +0000 |
commit | f98c177b28e86c420ea45f039940c38ca8030d08 (patch) | |
tree | f9cee787e680861555e37b75b0e7cb2564b520eb /src/cdgl.mak | |
parent | 43e1ca2d2cca9fd0b5208ece3d5afc144897ae6b (diff) |
*** empty log message ***
Diffstat (limited to 'src/cdgl.mak')
-rw-r--r-- | src/cdgl.mak | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/cdgl.mak b/src/cdgl.mak index 1bba4b0..800955e 100644 --- a/src/cdgl.mak +++ b/src/cdgl.mak @@ -28,11 +28,7 @@ ifneq ($(findstring SunOS, $(TEC_UNAME)), ) endif ifneq ($(findstring MacOS, $(TEC_UNAME)), ) - ifeq ($(TEC_SYSMINOR), 5) - #Darwin9 Only - OpenGL bug fix for Fink, when the message bellow appears - # ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib - LFLAGS=-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib + ifneq ($(TEC_SYSMINOR), 4) + BUILD_DYLIB=Yes endif - - BUILD_DYLIB=Yes endif |