diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-30 15:24:02 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-30 15:24:02 +0000 |
commit | 88dbfc24e6cce0bdc8e46b204f8855d2c34aef97 (patch) | |
tree | 81668de9e4c769bc46e0646855a8bb5cd81c26c4 /Makefile | |
parent | f9b3c026bef886761a26e9bf42ec92f7e1cf1c44 (diff) |
included Fink locations in template and put the FAT_FLAGS first since apple recommends that
svn path=/trunk/externals/ext13/; revision=12699
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ ifeq ($(UNAME),Darwin) OS = macosx OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 -fast FAT_FLAGS = -arch i386 -arch ppc -mmacosx-version-min=10.4 - CFLAGS += -fPIC $(FAT_FLAGS) - LDFLAGS += -bundle -undefined dynamic_lookup $(FAT_FLAGS) + CFLAGS += $(FAT_FLAGS) -fPIC -I/sw/include + LDFLAGS += $(FAT_FLAGS) -bundle -undefined dynamic_lookup -L/sw/lib LIBS += -lc STRIP = strip -x endif |