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:   gdt
Date:           Wed Mar 25 23:18:07 UTC 2026

Modified Files:
        pkgsrc/geography/proj: Makefile

Log Message:
geography/proj: Remove unnecessary parens in ifdef


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 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.64 pkgsrc/geography/proj/Makefile:1.65
--- pkgsrc/geography/proj/Makefile:1.64 Mon Mar  2 13:52:17 2026
+++ pkgsrc/geography/proj/Makefile      Wed Mar 25 23:18:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2026/03/02 13:52:17 gdt Exp $
+# $NetBSD: Makefile,v 1.65 2026/03/25 23:18:07 gdt Exp $
 
 VERSION_BASE=  9.8.0
 # Accommodate testing RCs (names like 9.0RC1, unpacking to 9.0).
@@ -54,7 +54,7 @@ CXXFLAGS.SunOS+=      -fpermissive
 # being supported in c++; this doesn't make sense, but use float-store
 # to avoid having to figure it out.
 .include "../../mk/bsd.prefs.mk"
-.if (${MACHINE_ARCH} == "i386")
+.if ${MACHINE_ARCH} == "i386"
 CFLAGS+=               -ffloat-store
 .endif
 



Home | Main Index | Thread Index | Old Index