aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/make.code.defn7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 7b9536f..cea189c 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -139,6 +139,13 @@ CXXFLAGS += -DANSI -DSOLARIS
endif
+# SunOS
+ifeq ($(UNAME), Darwin)
+
+CXXFLAGS += -DANSI
+
+endif
+
#
# Template instantion flags for SUN OS
#( silly compiler can't do implicit global template instantion!)