Ticket #30499: patch-Make.settings.in.diff
File patch-Make.settings.in.diff, 811 bytes (added by tomldavis@…, 13 years ago) |
---|
-
Make.settings.in
old new 26 26 LIBDIR = lib64 27 27 else 28 28 LIBDIR = lib 29 endif 29 30 30 31 ifeq ($(shell uname -s),Darwin) 31 32 DARWIN = 1 32 33 PATH = $(shell getconf PATH):/usr/local/bin:/opt/local/bin:/sw/bin 33 34 export PATH 34 35 LIBDIR = lib 35 CFLAGS += -fPIC 36 CFLAGS += -fPIC -std=gnu99 36 37 CPPFLAGS += -I/usr/local/include -I/usr/include -I/opt/local/include -I/sw/include 37 38 LDFLAGS += -L/usr/local/lib -L/usr/lib -L/opt/local/lib -L/sw/lib -framework CoreFoundation -framework IOKit 38 39 # Python needs .so but library should be .dylib … … 40 41 LIBNAME=libiguanaIR.dylib 41 42 SHAREARG = -dynamiclib 42 43 OSSUPPORT = daemonosx.o 43 endif44 44 endif