pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/x11vnc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  2 10:24:58 UTC 2020

Modified Files:
        pkgsrc/x11/x11vnc: Makefile

Log Message:
x11/x11vnc: allow no-op SUBST block for pthread

On NetBSD-8.0-x86_64, the generated configure script does not contain
"pthread" at all. Maybe it is different on other platforms, therefore
leave the possible substitution as-is, but don't error out.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/x11/x11vnc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/x11vnc/Makefile
diff -u pkgsrc/x11/x11vnc/Makefile:1.83 pkgsrc/x11/x11vnc/Makefile:1.84
--- pkgsrc/x11/x11vnc/Makefile:1.83     Tue Mar 10 22:11:21 2020
+++ pkgsrc/x11/x11vnc/Makefile  Sat May  2 10:24:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2020/03/10 22:11:21 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2020/05/02 10:24:58 rillig Exp $
 #
 
 DISTNAME=      x11vnc-0.9.16
@@ -20,6 +20,7 @@ SUBST_CLASSES+=               pthread
 SUBST_STAGE.pthread=   pre-configure
 SUBST_FILES.pthread=   configure
 SUBST_SED.pthread=     -e 's|-lpthread||g'
+SUBST_NOOP_OK.pthread= yes # configure does not contain "pthread"
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index