aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-26 03:22:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-26 03:22:57 +0000
commit1f09fc4322161ecea26bba8d667858d96cdd321a (patch)
tree68b8bdd135496912a4dad52b1e1a24829f18396f /externals/vanilla
parent01aab57c555434ed663f3428e812106b89a6844f (diff)
set default install location to ~/Library/Pd on Mac OS X
svn path=/trunk/; revision=13478
Diffstat (limited to 'externals/vanilla')
-rw-r--r--externals/vanilla/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/vanilla/Makefile b/externals/vanilla/Makefile
index bdc09d74..e324e4f8 100644
--- a/externals/vanilla/Makefile
+++ b/externals/vanilla/Makefile
@@ -104,6 +104,8 @@ ifeq ($(UNAME),Darwin)
STRIP = strip -x
DISTDIR=$(LIBRARY_NAME)-$(LIBRARY_VERSION)
DISTBINDIR=$(DISTDIR)-$(OS)
+# install into ~/Library/Pd on Mac OS X since /usr/local isn't used much
+ pkglibdir=$(HOME)/Library/Pd
endif
endif
ifeq ($(UNAME),Linux)
@@ -279,3 +281,4 @@ showsetup:
@echo "ALLSOURCES: $(ALLSOURCES)"
@echo "UNAME: $(UNAME)"
@echo "CPU: $(CPU)"
+ @echo "pkglibdir: $(pkglibdir)"