diff options
author | scuri <scuri> | 2010-06-26 17:42:07 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-26 17:42:07 +0000 |
commit | f98c177b28e86c420ea45f039940c38ca8030d08 (patch) | |
tree | f9cee787e680861555e37b75b0e7cb2564b520eb /src/tecmake.mak | |
parent | 43e1ca2d2cca9fd0b5208ece3d5afc144897ae6b (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)), ) |