pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/R-nanotime
Module Name: pkgsrc
Committed By: mef
Date: Thu Jul 2 16:04:15 UTC 2026
Modified Files:
pkgsrc/time/R-nanotime: Makefile
Log Message:
(time/R-nanotime) Fix build on Linux and on Darwin (hopefully)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/R-nanotime/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/R-nanotime/Makefile
diff -u pkgsrc/time/R-nanotime/Makefile:1.5 pkgsrc/time/R-nanotime/Makefile:1.6
--- pkgsrc/time/R-nanotime/Makefile:1.5 Mon Jun 22 21:53:51 2026
+++ pkgsrc/time/R-nanotime/Makefile Thu Jul 2 16:04:15 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2026/06/22 21:53:51 mef Exp $
+# $NetBSD: Makefile,v 1.6 2026/07/02 16:04:15 mef Exp $
R_PKGNAME= nanotime
R_PKGVER= 0.3.11
@@ -32,7 +32,7 @@ SUBST_CLASSES+= pkglibs
SUBST_STAGE.pkglibs= pre-configure
SUBST_FILES.pkglibs= src/Makevars
SUBST_MESSAGE.pkglibs= Add -lexecinfo for *BSD
-.if ${OPSYS} != SunOS
+.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