diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-29 17:23:23 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-29 17:23:23 +0000 |
commit | 64121b42d3c5f9ad2351c963e94a1fe57154d822 (patch) | |
tree | caa7e37f36d36fdb479b16c3161322f096f8470e /externals | |
parent | 23df490b38e9b4c1fc23e4d58248ef76d2d2680c (diff) |
added -DUNIX so things compile correctly
svn path=/trunk/; revision=605
Diffstat (limited to 'externals')
-rw-r--r-- | externals/build/linux/makefile | 2 |
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 |