aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-29 22:09:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-29 22:09:28 +0000
commitc3d37fcd79fa20e80f528344520e011372dd4e3a (patch)
tree90e39acf3253524c81619191cfd933aa85efdbe0
parent232fa896f541df20cac90eb862132523429691bd (diff)
remove -DDEBUG_SOUNDFILE since setting it dies on missing pute() function that is within a #if 0
svn path=/trunk/; revision=16999
-rw-r--r--packages/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 2cae38db..4a7795f0 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -112,7 +112,7 @@ pd: set_version
&& ./autogen.sh \
&& ./configure $(PD_CONFIGURE_FLAGS) \
&& make $(DEST_PATHS) $(PD_BUILD_FLAGS) \
- CFLAGS="-O2 -g -DDEBUG_SOUNDFILE -Wstrict-aliasing=2"
+ CFLAGS="-O2 -g -Wstrict-aliasing=2"
PD_NAME=Pd
pd_install: pd