added PLAN9PORT flag as outlined by Chris Brannon, thanks! - 9base - revived minimalist port of Plan 9 userland to Unix
HTML git clone git://git.suckless.org/9base
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5fcbf100201b93235b43cff403080a049a3a482d
DIR parent d2a6d3b9d5cc69cfb0fe09604217280d4093f21c
HTML Author: anselm@garbe.us <unknown>
Date: Mon, 19 Mar 2012 22:42:11 +0100
added PLAN9PORT flag as outlined by Chris Brannon, thanks!
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR 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