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/cd_ftgl.mak | |
parent | c7d2f1f2178be7a4fdbbd49761dff12181d6db78 (diff) |
*** empty log message ***
Diffstat (limited to 'src/cd_ftgl.mak')
-rw-r--r-- | src/cd_ftgl.mak | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cd_ftgl.mak b/src/cd_ftgl.mak index fa0833d..a8b56d0 100644 --- a/src/cd_ftgl.mak +++ b/src/cd_ftgl.mak @@ -61,3 +61,13 @@ endif ifneq ($(findstring cygw, $(TEC_UNAME)), ) LIBS = freetype-6 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 + endif + + BUILD_DYLIB=Yes +endif |