From 90c88731bd036e5698b281fbc0a5f3aa4c9983ac Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 29 Jun 2020 11:38:31 +0100 Subject: gentoo resync : 29.06.2020 --- .../highlight/files/highlight-3.42-qmake-fix.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 app-text/highlight/files/highlight-3.42-qmake-fix.patch (limited to 'app-text/highlight/files/highlight-3.42-qmake-fix.patch') diff --git a/app-text/highlight/files/highlight-3.42-qmake-fix.patch b/app-text/highlight/files/highlight-3.42-qmake-fix.patch deleted file mode 100644 index 31970057d9a6..000000000000 --- a/app-text/highlight/files/highlight-3.42-qmake-fix.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 8464afed560fa1096d37aa82aef99c00819fec87 Mon Sep 17 00:00:00 2001 -From: Chris Mayo -Date: Fri, 2 Mar 2018 19:15:35 +0000 -Subject: [PATCH] fix directories passed to qmake being ignored - -contains() matches the whole value, add regular expressions for the path -components. ---- - src/gui-qt/highlight.pro | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/gui-qt/highlight.pro b/src/gui-qt/highlight.pro -index bae8d7c..0380a90 100644 ---- a/src/gui-qt/highlight.pro -+++ b/src/gui-qt/highlight.pro -@@ -43,13 +43,13 @@ unix { - PKGCONFIG += lua - - # to make it run within Qt Creator -- !contains(DEFINES, DATA_DIR) { -+ !contains(DEFINES, DATA_DIR.*) { - DEFINES+=DATA_DIR=\\\"/usr/share/highlight/\\\" - } -- !contains(DEFINES, CONFIG_DIR) { -+ !contains(DEFINES, CONFIG_DIR.*) { - DEFINES+=CONFIG_DIR=\\\"/etc/highlight/\\\" - } -- !contains(DEFINES, DOC_DIR) { -+ !contains(DEFINES, DOC_DIR.*) { - DEFINES+=DOC_DIR=\\\"/usr/share/doc/highlight/\\\" - } - } -- cgit v1.2.3