From 88dbfc24e6cce0bdc8e46b204f8855d2c34aef97 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 30 Oct 2009 15:24:02 +0000 Subject: included Fink locations in template and put the FAT_FLAGS first since apple recommends that svn path=/trunk/externals/ext13/; revision=12699 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1