diff options
author | scuri <scuri> | 2010-06-25 05:58:52 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-25 05:58:52 +0000 |
commit | 2841e003940d02d7b0339edbb7024abd93b7571b (patch) | |
tree | 606a44a8483bbef1dfcd2df3d3ce651e4386c783 /src/cdgl.mak | |
parent | c7d2f1f2178be7a4fdbbd49761dff12181d6db78 (diff) |
*** empty log message ***
Diffstat (limited to 'src/cdgl.mak')
-rw-r--r-- | src/cdgl.mak | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cdgl.mak b/src/cdgl.mak index 47b15e4..cd2c369 100644 --- a/src/cdgl.mak +++ b/src/cdgl.mak @@ -14,3 +14,13 @@ endif USE_OPENGL = YES USE_CD = YES CD = .. + +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 + endif + + BUILD_DYLIB=Yes +endif |