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/cdgl.mak | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/cdgl.mak') 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 -- cgit v1.2.3