pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/proj
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Dec 1 11:28:10 UTC 2022
Modified Files:
pkgsrc/geography/proj: Makefile
Log Message:
proj: SunOS needs -fpermissive.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/geography/proj/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/proj/Makefile
diff -u pkgsrc/geography/proj/Makefile:1.31 pkgsrc/geography/proj/Makefile:1.32
--- pkgsrc/geography/proj/Makefile:1.31 Sun Nov 27 13:55:49 2022
+++ pkgsrc/geography/proj/Makefile Thu Dec 1 11:28:10 2022
@@ -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"
Home |
Main Index |
Thread Index |
Old Index