Ticket #43339: patch-ARB-config.makefile.diff
File patch-ARB-config.makefile.diff, 810 bytes (added by mattcottrell, 11 years ago) |
---|
-
config.makefile.template
old new 13 13 TRACESYM := 1# insert symbols for meaningful backtraces into executables 14 14 15 15 # Include features using OPENGL? 16 OPENGL := 116 OPENGL := 0 17 17 18 18 # 0 = use old PTSERVER (recommended) 19 19 # 1 = use the new PTPan implementation as pt-server (Not tested very well, do NOT use!) … … 34 34 # ------------ 35 35 # Section: Linux 36 36 37 MACH := LINUX# Linux g++ and gcc38 LINUX := 137 #MACH := LINUX# Linux g++ and gcc 38 #LINUX := 1 39 39 40 40 # DEBIAN := 1 # uncomment for DEBIAN systems 41 41 # REDHAT := 1 # uncomment for REDHAT systems … … 43 43 # ------------ 44 44 # Section: Mac OSX 45 45 46 #MACH := DARWIN#47 #DARWIN := 146 MACH := DARWIN# 47 DARWIN := 1 48 48 49 49 # ------------