Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
73c50198
Commit
73c50198
authored
Oct 05, 2016
by
Jonathan Wilkes
Browse files
revert addition of jack dependency for OSX app bundle
parent
bbd52841
Changes
3
Show whitespace changes
Inline
Side-by-side
README.md
View file @
73c50198
...
...
@@ -105,7 +105,6 @@ Time to build: *1 day*
sudo port install speex
sudo port install gsl
sudo port install libquicktime-devel
sudo port install jack
</code>
6.
Download the source code
*(3-6 minutes)*
...
...
packages/darwin_app/Makefile
View file @
73c50198
...
...
@@ -186,7 +186,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
=no
--disable-fat"
\
pd_install
install
-d
"
$(PD_APP_CONTENTS)
/Resources/bin"
cd
"
$(PD_APP_CONTENTS)
/Resources"
&&
\
...
...
pd/src/configure.ac
View file @
73c50198
...
...
@@ -263,11 +263,11 @@ then
OSNUMBER=2
if test x$jack = "xyes";
then
LDFLAGS=$LDFLAGS" -
lj
ack"
LDFLAGS=$LDFLAGS" -
weak_framework J
ack
mp
"
fi
if test x$jack = "xrun";
then
LDFLAGS=$LDFLAGS" -
lj
ack"
LDFLAGS=$LDFLAGS" -
weak_framework J
ack
mp
"
fi
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment