Ticket #23770: patch-Make.settings.in.diff

File patch-Make.settings.in.diff, 552 bytes (added by tomldavis@…, 14 years ago)
  • Make.settings.in

    old new  
    3232    PATH = $(shell getconf PATH):/usr/local/bin:/opt/local/bin:/sw/bin
    3333    export PATH
    3434    LIBDIR  = lib
    35     CFLAGS += -fPIC
     35    CFLAGS += -fPIC -std=gnu99
    3636    CPPFLAGS += -I/usr/local/include -I/usr/include -I/opt/local/include -I/sw/include
    3737    LDFLAGS += -L/usr/local/lib -L/usr/lib -L/opt/local/lib -L/sw/lib -framework CoreFoundation -framework IOKit
    3838    # Python needs .so but library should be .dylib