pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/R-readxl
Module Name: pkgsrc
Committed By: mef
Date: Thu Jul 2 12:59:03 UTC 2026
Modified Files:
pkgsrc/textproc/R-readxl: Makefile
Log Message:
(textproc/R-readxl) Fix build on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/R-readxl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/R-readxl/Makefile
diff -u pkgsrc/textproc/R-readxl/Makefile:1.4 pkgsrc/textproc/R-readxl/Makefile:1.5
--- pkgsrc/textproc/R-readxl/Makefile:1.4 Sat Jun 13 11:42:26 2026
+++ pkgsrc/textproc/R-readxl/Makefile Thu Jul 2 12:59:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2026/06/13 11:42:26 mef Exp $
+# $NetBSD: Makefile,v 1.5 2026/07/02 12:59:03 mef Exp $
R_PKGNAME= readxl
R_PKGVER= 1.5.0
@@ -19,7 +19,7 @@ SUBST_CLASSES+= pkglibs
SUBST_STAGE.pkglibs= pre-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