commit 5fcbf100201b93235b43cff403080a049a3a482d
parent d2a6d3b9d5cc69cfb0fe09604217280d4093f21c
Author: anselm@garbe.us <unknown>
Date: Mon, 19 Mar 2012 22:42:11 +0100
added PLAN9PORT flag as outlined by Chris Brannon, thanks!
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -12,7 +12,7 @@ OBJTYPE = 386
# Linux/BSD
#CFLAGS += -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""
-CFLAGS += -c -I. -DPREFIX="\"${PREFIX}\""
+CFLAGS += -c -I. -DPLAN9PORT -DPREFIX="\"${PREFIX}\""
LDFLAGS += -static
# Solaris