Ticket #23770: patch-Make.settings.in.diff
File patch-Make.settings.in.diff, 552 bytes (added by tomldavis@…, 15 years ago) |
---|
-
Make.settings.in
old new 32 32 PATH = $(shell getconf PATH):/usr/local/bin:/opt/local/bin:/sw/bin 33 33 export PATH 34 34 LIBDIR = lib 35 CFLAGS += -fPIC 35 CFLAGS += -fPIC -std=gnu99 36 36 CPPFLAGS += -I/usr/local/include -I/usr/include -I/opt/local/include -I/sw/include 37 37 LDFLAGS += -L/usr/local/lib -L/usr/lib -L/opt/local/lib -L/sw/lib -framework CoreFoundation -framework IOKit 38 38 # Python needs .so but library should be .dylib