pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/R-raster



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jul 12 21:31:50 UTC 2026

Modified Files:
        pkgsrc/geography/R-raster: Makefile

Log Message:
(geography/R-raster) Fix build on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/R-raster/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/R-raster/Makefile
diff -u pkgsrc/geography/R-raster/Makefile:1.5 pkgsrc/geography/R-raster/Makefile:1.6
--- pkgsrc/geography/R-raster/Makefile:1.5      Tue Jun 23 21:39:02 2026
+++ pkgsrc/geography/R-raster/Makefile  Sun Jul 12 21:31:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2026/06/23 21:39:02 mef Exp $
+# $NetBSD: Makefile,v 1.6 2026/07/12 21:31:50 mef Exp $
 
 R_PKGNAME=     raster
 R_PKGVER=      3.6-32
@@ -30,7 +30,7 @@ SUBST_CLASSES+=               pkglibs
 SUBST_STAGE.pkglibs=   post-configure
 SUBST_FILES.pkglibs=   src/Makevars
 SUBST_MESSAGE.pkglibs= Add -lexecinfo for *BSD
-.if ${OPSYS} != SunOS && ${OPSYS} != Linux
+.if ${OPSYS} != SunOS && ${OPSYS} != Linux && ${OPSYS} != Darwin
 SUBST_SED.pkglibs=     -e s,@@PKG_LIBS@@,PKG_LIBS+=-lexecinfo,
 .else
 SUBST_SED.pkglibs=     -e s,@@PKG_LIBS@@,,



Home | Main Index | Thread Index | Old Index