aboutsummaryrefslogtreecommitdiff
path: root/externals/build/linux
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-29 17:23:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-29 17:23:23 +0000
commit64121b42d3c5f9ad2351c963e94a1fe57154d822 (patch)
treecaa7e37f36d36fdb479b16c3161322f096f8470e /externals/build/linux
parent23df490b38e9b4c1fc23e4d58248ef76d2d2680c (diff)
added -DUNIX so things compile correctly
svn path=/trunk/; revision=605
Diffstat (limited to 'externals/build/linux')
-rw-r--r--externals/build/linux/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile
index b2765e36..7e7cb7d0 100644
--- a/externals/build/linux/makefile
+++ b/externals/build/linux/makefile
@@ -7,7 +7,7 @@ all: $(EXTERNALS:.c=.pd_linux)
.SUFFIXES: .pd_linux
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
+LINUXCFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch