summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-02-23 17:36:52 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-02-23 17:38:53 +0000
commit017de05c182145de9b46b5f8e730d928bd30abb3 (patch)
tree0cfebd2cc40b9081e685193c829b403733b0f82f /src/OS
parentb11989b8d73c17ccb70e22ca7e8a13540ecca73d (diff)
Replace "Try to fix Solaris build" with compatibility compiler flags
This reverts commit b11989b8d73c17ccb70e22ca7e8a13540ecca73d.
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/Makefile-SunOS51
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OS/Makefile-SunOS5 b/src/OS/Makefile-SunOS5
index 33cb1f033..557c031fd 100644
--- a/src/OS/Makefile-SunOS5
+++ b/src/OS/Makefile-SunOS5
@@ -18,5 +18,6 @@ XLFLAGS=-L$(X11)/lib -R$(X11)/lib
X11LIB=$(X11)/lib
OS_C_INCLUDES=setenv.c
+CFLAGS += -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__
# End