aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-01-19 06:06:21 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-01-19 06:06:21 +0000
commit54642759c73a0dbd783563ad8c5c59d23441ee67 (patch)
treefd58e5dba7dcb8fe7155d8219c06ae967bb78946 /packages
parent0a700207f56f18a7bd95f9e2928cd08ee3d8e50a (diff)
add prefix=/. to fix bug installing docs and removed --disable-fat since its obsolete
svn path=/trunk/; revision=14755
Diffstat (limited to 'packages')
-rw-r--r--packages/darwin_app/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile
index 3cb48602..fad57a87 100644
--- a/packages/darwin_app/Makefile
+++ b/packages/darwin_app/Makefile
@@ -11,6 +11,7 @@ DESTDIR = $(PD_APP_CONTENTS)/Resources
cvs_root_dir := $(shell cd $(CWD)/../.. && pwd)
BUILDLAYOUT_DIR = $(cvs_root_dir)/packages
+prefix = /.
include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
@@ -168,7 +169,7 @@ readme_install:
#------------------------------------------------------------------------------#
darwin_app_core: darwin_app_wrapper
$(MAKE) -C $(packages_src) $(DEST_PATHS) \
- PD_CONFIGURE_FLAGS="--enable-jack --disable-fat" \
+ PD_CONFIGURE_FLAGS="--enable-jack" \
pd_install
install -d "$(PD_APP_CONTENTS)/Resources/bin"
cd "$(PD_APP_CONTENTS)/Resources" && \