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

File patch-Make.settings.in.diff, 811 bytes (added by tomldavis@…, 13 years ago)

New patch file for make.settings.in

  • Make.settings.in

    old new  
    2626  LIBDIR  = lib64
    2727else
    2828  LIBDIR  = lib
     29endif
    2930
    30   ifeq ($(shell uname -s),Darwin)
     31ifeq ($(shell uname -s),Darwin)
    3132    DARWIN = 1
    3233    PATH = $(shell getconf PATH):/usr/local/bin:/opt/local/bin:/sw/bin
    3334    export PATH
    3435    LIBDIR  = lib
    35     CFLAGS += -fPIC
     36    CFLAGS += -fPIC -std=gnu99
    3637    CPPFLAGS += -I/usr/local/include -I/usr/include -I/opt/local/include -I/sw/include
    3738    LDFLAGS += -L/usr/local/lib -L/usr/lib -L/opt/local/lib -L/sw/lib -framework CoreFoundation -framework IOKit
    3839    # Python needs .so but library should be .dylib
     
    4041    LIBNAME=libiguanaIR.dylib
    4142    SHAREARG = -dynamiclib
    4243    OSSUPPORT = daemonosx.o
    43   endif
    4444endif