aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/config-pd-darwin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/config-pd-darwin.txt')
-rwxr-xr-xexternals/grill/py/config-pd-darwin.txt17
1 files changed, 5 insertions, 12 deletions
diff --git a/externals/grill/py/config-pd-darwin.txt b/externals/grill/py/config-pd-darwin.txt
index ff7f6c49..813d82c0 100755
--- a/externals/grill/py/config-pd-darwin.txt
+++ b/externals/grill/py/config-pd-darwin.txt
@@ -7,26 +7,19 @@
# where are the PD header files?
# leave it blank if it is a system directory (like /usr/local/include),
# since gcc 3.2 complains about it
-PDPATH=/usr/local/pd/src
+PDPATH=/usr/local/lib/pd/src
# where is the PD executable?
-PD=/usr/local/pd/bin/pd
+PD=/usr/local/bin/pd
# where do the flext libraries reside?
-FLEXTPATH=/usr/local/pd/flext
-
-# what is the python version?
-PYTHONVER=2.2
-# where are the python header files?
-PYTHONINCLUDE=/usr/include/python${PYTHONVER}
-# where is the python library file?
-PYTHONLIB=/Volumes/Daten/Prog/packs/Python-2.2.2
+FLEXTPATH=/usr/local/lib/pd/flext
# where should flext libraries be built?
TARGDIR=./pd-darwin
# where should the external be installed?
# (leave blank to omit installation)
-INSTPATH=/usr/local/pd/extra
+INSTPATH=/usr/local/lib/pd/extra
# user flags
-# UFLAGS=-O6 -maltivec
+# UFLAGS=-O2 -faltivec -maltivec