aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-30 15:24:02 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-30 15:24:02 +0000
commit88dbfc24e6cce0bdc8e46b204f8855d2c34aef97 (patch)
tree81668de9e4c769bc46e0646855a8bb5cd81c26c4
parentf9b3c026bef886761a26e9bf42ec92f7e1cf1c44 (diff)
included Fink locations in template and put the FAT_FLAGS first since apple recommends that
svn path=/trunk/externals/ext13/; revision=12699
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e1a027a..d356147 100644
--- a/Makefile
+++ b/Makefile
@@ -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