pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/R-httpuv
Module Name: pkgsrc
Committed By: mef
Date: Sun Jul 5 14:18:45 UTC 2026
Modified Files:
pkgsrc/www/R-httpuv: Makefile
Log Message:
(www/R-httpuv) Fix build on Darwin,Linux, hopefully
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/R-httpuv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/R-httpuv/Makefile
diff -u pkgsrc/www/R-httpuv/Makefile:1.13 pkgsrc/www/R-httpuv/Makefile:1.14
--- pkgsrc/www/R-httpuv/Makefile:1.13 Mon Jun 8 12:49:19 2026
+++ pkgsrc/www/R-httpuv/Makefile Sun Jul 5 14:18:45 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2026/06/08 12:49:19 mef Exp $
+# $NetBSD: Makefile,v 1.14 2026/07/05 14:18:45 mef Exp $
R_PKGNAME= httpuv
R_PKGVER= 1.6.11
@@ -25,7 +25,7 @@ USE_LANGUAGES= c c++
SUBST_CLASSES+= pkglibs
SUBST_STAGE.pkglibs= pre-configure
SUBST_FILES.pkglibs= src/Makevars
-.if ${OPSYS} != SunOS
+.if ${OPSYS} != SunOS && ${OPSYS} != Linux && ${OPSYS} != Darwin
SUBST_SED.pkglibs= -e s,@@PKG_LIBS@@,-lexecinfo,
.else
SUBST_SED.pkglibs= -e s,@@PKG_LIBS@@,,
Home |
Main Index |
Thread Index |
Old Index