diff options
author | scuri <scuri> | 2010-06-26 17:41:58 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-26 17:41:58 +0000 |
commit | c315a7256b42812a13e80e3bc4a48a2dc1b7170d (patch) | |
tree | 22dded321c10d3e39306caf36d400ba30cafc675 /src/tecmake.mak | |
parent | 56d65290386cad2d27f01cef213046cb53bbd1fa (diff) |
*** empty log message ***
Diffstat (limited to 'src/tecmake.mak')
-rw-r--r-- | src/tecmake.mak | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tecmake.mak b/src/tecmake.mak index 39904c8..0d9109e 100644 --- a/src/tecmake.mak +++ b/src/tecmake.mak @@ -516,6 +516,13 @@ ifneq ($(findstring MacOS, $(TEC_UNAME)), ) else STDLDFLAGS := -bundle -undefined dynamic_lookup endif + ifdef USE_OPENGL + 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 + endif endif ifneq ($(findstring FreeBSD, $(TEC_UNAME)), ) |