Ticket #43339: patch-ARB-config.makefile.diff

File patch-ARB-config.makefile.diff, 810 bytes (added by mattcottrell, 10 years ago)
  • config.makefile.template

    old new  
    1313TRACESYM := 1# insert symbols for meaningful backtraces into executables
    1414
    1515# Include features using OPENGL?
    16 OPENGL := 1
     16OPENGL := 0
    1717
    1818# 0 = use old PTSERVER (recommended)
    1919# 1 = use the new PTPan implementation as pt-server (Not tested very well, do NOT use!)
     
    3434# ------------
    3535# Section: Linux
    3636
    37 MACH  := LINUX# Linux g++  and gcc
    38 LINUX := 1
     37#MACH  := LINUX# Linux g++  and gcc
     38#LINUX := 1
    3939
    4040# DEBIAN := 1 # uncomment for DEBIAN systems
    4141# REDHAT := 1 # uncomment for REDHAT systems
     
    4343# ------------
    4444# Section: Mac OSX
    4545
    46 # MACH   := DARWIN#
    47 # DARWIN := 1
     46 MACH   := DARWIN#
     47 DARWIN := 1
    4848
    4949# ------------