aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-05-19 21:42:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-05-19 21:42:33 +0000
commit12709cebf68c07cbcb210d1e2098ae58f2e6c83a (patch)
tree3331062f523258aa34f7d524161d4ca3014ea760
parent2f1d601654babd09d6d3247171e5a44acdd0b8d0 (diff)
added fink support so flite can find its static lib
svn path=/trunk/externals/moocow/; revision=11462
-rw-r--r--extended/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extended/Makefile b/extended/Makefile
index 12485d8..31ff00d 100644
--- a/extended/Makefile
+++ b/extended/Makefile
@@ -35,8 +35,8 @@ MOOCOW_BUILD_VERSION ?=2009-04-27.002
# CFLAGS="$(subst ',,$(CFLAGS))" ##-- works
# CFLAGS="$(shell echo $(CFLAGS))" ##-- works
CONFIGURE_ARGS=\
- CFLAGS="$(CFLAGS)" \
- LDFLAGS="$(LDFLAGS) -L$(pd_src)/bin -L$(pd_src)/obj" \
+ CFLAGS="$(CFLAGS) -I/sw/include" \
+ LDFLAGS="$(LDFLAGS) -L$(pd_src)/bin -L$(pd_src)/obj -L/sw/lib" \
--with-pd-include="$(pd_src)/src" \
--with-pd-dir="$(MOOCOW_BUILD)" \
--disable-dependency-tracking