summaryrefslogtreecommitdiff
path: root/dev-util/cutter/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-util/cutter/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/cutter/files')
-rw-r--r--dev-util/cutter/files/cutter-1.4-python3-config.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-util/cutter/files/cutter-1.4-python3-config.patch b/dev-util/cutter/files/cutter-1.4-python3-config.patch
deleted file mode 100644
index 51a811dbb33f..000000000000
--- a/dev-util/cutter/files/cutter-1.4-python3-config.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/Cutter.pro 2018-04-24 17:43:11.000000000 +0900
-+++ b/src/Cutter.pro 2018-07-08 21:21:34.280748499 +0900
-@@ -74,11 +74,13 @@
- LIBS += -F$$PYTHON_FRAMEWORK_DIR -framework Python
- DEFINES += MACOS_PYTHON_FRAMEWORK_BUNDLED
- } else {
-- CONFIG += link_pkgconfig
-- !packagesExist(python3) {
-- error("ERROR: Python 3 could not be found. Make sure it is available to pkg-config.")
-+ system(type python3-config) {
-+ LIBS += $$system(python3-config --libs)
-+ TMP = $$system(python3-config --includes)
-+ INCLUDEPATH += $$replace(TMP, "-I", "")
-+ } else {
-+ error("ERROR: Python 3 could not be found. Make sure it is available to python3-config.")
- }
-- PKGCONFIG += python3
- }
- }
-