Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdelibs4 x11/kdelibs4: fix no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c07903a43c4
branches:  trunk
changeset: 431549:5c07903a43c4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 14 18:04:44 2020 +0000

description:
x11/kdelibs4: fix no-op SUBST block

There is no path literal in kopenssl.cpp anymore.

diffstat:

 x11/kdelibs4/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 21fc348fb14a -r 5c07903a43c4 x11/kdelibs4/Makefile
--- a/x11/kdelibs4/Makefile     Thu May 14 17:52:02 2020 +0000
+++ b/x11/kdelibs4/Makefile     Thu May 14 18:04:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2020/05/06 14:04:16 adam Exp $
+# $NetBSD: Makefile,v 1.112 2020/05/14 18:04:44 rillig Exp $
 
 DISTNAME=      kdelibs-4.14.38
 PKGNAME=       ${DISTNAME:S/-4/4-4/}
@@ -57,7 +57,6 @@
 SUBST_STAGE.kdelibsfix=                pre-configure
 SUBST_MESSAGE.kdelibsfix=      Fixing hardcoded paths.
 SUBST_FILES.kdelibsfix=                kde3support/kdeui/k3sconfig.cpp
-SUBST_FILES.kdelibsfix+=       kio/kssl/kopenssl.cpp
 SUBST_VARS.kdelibsfix=         LOCALBASE
 
 # Avoid the WRKDIR path in the installed cmake file



Home | Main Index | Thread Index | Old Index