From 2841e003940d02d7b0339edbb7024abd93b7571b Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 25 Jun 2010 05:58:52 +0000 Subject: *** empty log message *** --- src/cd_ftgl.mak | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/cd_ftgl.mak') 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 -- cgit v1.2.3