summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--geography/proj/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/proj/Makefile b/geography/proj/Makefile
index 23e7fa2d7ac..3bbdc30981c 100644
--- a/geography/proj/Makefile
+++ b/geography/proj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/11/27 13:55:49 gdt Exp $
+# $NetBSD: Makefile,v 1.32 2022/12/01 11:28:10 jperkin Exp $
# An update to 8 or 9 is on hold because I have not yet assessed how
# much trouble it will cause. -gdt
@@ -36,6 +36,8 @@ GNU_CONFIGURE= yes
CFLAGS+= -DHAVE_C99_MATH=0
.endif
+CXXFLAGS.SunOS+= -fpermissive
+
TEST_TARGET= check
.include "../../databases/sqlite3/buildlink3.mk"