pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/R-s2
Module Name: pkgsrc
Committed By: mef
Date: Sat Jul 4 23:42:08 UTC 2026
Modified Files:
pkgsrc/geography/R-s2: Makefile
Log Message:
(geography/R-s2) Fix build on Darwin,Linux, hopefully
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/geography/R-s2/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-s2/Makefile
diff -u pkgsrc/geography/R-s2/Makefile:1.11 pkgsrc/geography/R-s2/Makefile:1.12
--- pkgsrc/geography/R-s2/Makefile:1.11 Fri Jun 12 17:11:55 2026
+++ pkgsrc/geography/R-s2/Makefile Sat Jul 4 23:42:08 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2026/06/12 17:11:55 mef Exp $
+# $NetBSD: Makefile,v 1.12 2026/07/04 23:42:08 mef Exp $
R_PKGNAME= s2
R_PKGVER= 1.1.7
@@ -31,7 +31,7 @@ CWRAPPERS_APPEND.cxx= -D_NETBSD_SOURCE
SUBST_CLASSES+= pkglibs
SUBST_STAGE.pkglibs= pre-configure
SUBST_FILES.pkglibs= src/Makevars.in
-.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