diff options
Diffstat (limited to 'src/cdgl.mak')
-rw-r--r-- | src/cdgl.mak | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/cdgl.mak b/src/cdgl.mak index 21a9b88..7b5f8e6 100644 --- a/src/cdgl.mak +++ b/src/cdgl.mak @@ -8,13 +8,25 @@ SRC = drv/cdgl.c INCLUDES = . sim ftgl freetype2 LIBS = ftgl ifeq ($(findstring Win, $(TEC_SYSNAME)), ) - LIBS += iconv +# LIBS += iconv endif USE_OPENGL = YES USE_CD = YES CD = .. +ifneq ($(findstring AIX, $(TEC_UNAME)), ) + NO_FONTCONFIG = Yes +endif + +ifneq ($(findstring IRIX, $(TEC_UNAME)), ) + NO_FONTCONFIG = Yes +endif + +ifneq ($(findstring SunOS, $(TEC_UNAME)), ) + NO_FONTCONFIG = Yes +endif + ifneq ($(findstring MacOS, $(TEC_UNAME)), ) ifeq ($(TEC_SYSMINOR), 5) #Darwin9 Only - OpenGL bug fix for Fink, when the message bellow appears |