summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-12-01 11:28:10 +0000
committerjperkin <jperkin@pkgsrc.org>2022-12-01 11:28:10 +0000
commit71ff19f72940194ec0eaa3fb99471f9c747f158e (patch)
tree6cf4c6b0e4403fe5575bda2cf23d1579c620e92c /geography
parent3628e901c90718b9cf0f0e989fead16c99ec9385 (diff)
downloadpkgsrc-71ff19f72940194ec0eaa3fb99471f9c747f158e.tar.gz
proj: SunOS needs -fpermissive.
Diffstat (limited to 'geography')
-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"