From 65092b7f63e129a416a32f0e0071547fba86d6d5 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 24 Feb 2004 03:37:12 +0000 Subject: "" svn path=/trunk/; revision=1355 --- externals/grill/fftease/config-pd-darwin.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/fftease/config-pd-darwin.txt') diff --git a/externals/grill/fftease/config-pd-darwin.txt b/externals/grill/fftease/config-pd-darwin.txt index 755a8c0e..10bb0bd8 100644 --- a/externals/grill/fftease/config-pd-darwin.txt +++ b/externals/grill/fftease/config-pd-darwin.txt @@ -12,7 +12,7 @@ # where is PD installed? -PDDIR=/usr/local/pd +PDDIR=/usr/local/lib/pd # where are the PD header files? # leave it blank if it is a system directory (like /usr/local/include), @@ -20,7 +20,7 @@ PDDIR=/usr/local/pd PDPATH=${PDDIR}/src # where is the PD executable? -PD=${PDDIR}/bin/pd +PD=/usr/local/bin/pd # where do the flext libraries reside? FLEXTPATH=${PDDIR}/flext @@ -34,4 +34,4 @@ INSTPATH=${PDDIR}/extra # additional compiler flags # (check if they fit for your system!) -UFLAGS=-malign-power -maltivec +UFLAGS=-malign-power -faltivec -maltivec -- cgit v1.2.1