pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/proj proj: SunOS needs -fpermissive.
details: https://anonhg.NetBSD.org/pkgsrc/rev/161b1b625603
branches: trunk
changeset: 389163:161b1b625603
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Dec 01 11:28:10 2022 +0000
description:
proj: SunOS needs -fpermissive.
diffstat:
geography/proj/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 0acb5bb0d492 -r 161b1b625603 geography/proj/Makefile
--- a/geography/proj/Makefile Thu Dec 01 10:46:33 2022 +0000
+++ b/geography/proj/Makefile Thu Dec 01 11:28:10 2022 +0000
@@ -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 @@
CFLAGS+= -DHAVE_C99_MATH=0
.endif
+CXXFLAGS.SunOS+= -fpermissive
+
TEST_TARGET= check
.include "../../databases/sqlite3/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index