From 64121b42d3c5f9ad2351c963e94a1fe57154d822 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 29 Apr 2003 17:23:23 +0000 Subject: added -DUNIX so things compile correctly svn path=/trunk/; revision=605 --- externals/build/linux/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1