summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-29 17:30:36 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-29 17:32:25 +0100
commit56d213fa951b11c0bbb574b9391ff3c0f9fbb575 (patch)
treecc1351612d605f3fedd609b20591f4dc09cfd211 /app-editors/juffed/files
parentwww-client/qutebrowser: use xdg-utils eclass (diff)
downloadgentoo-56d213fa951b11c0bbb574b9391ff3c0f9fbb575.tar.gz
gentoo-56d213fa951b11c0bbb574b9391ff3c0f9fbb575.tar.bz2
gentoo-56d213fa951b11c0bbb574b9391ff3c0f9fbb575.zip
app-editors/juffed: Drop old, qscintilla[qt4]-rdep
A snapshot remains, at ~arch. Closes: https://bugs.gentoo.org/527562 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-editors/juffed/files')
-rw-r--r--app-editors/juffed/files/0.10-link-libjuff-against-libenca.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-editors/juffed/files/0.10-link-libjuff-against-libenca.patch b/app-editors/juffed/files/0.10-link-libjuff-against-libenca.patch
deleted file mode 100644
index 5bd3882309ae..000000000000
--- a/app-editors/juffed/files/0.10-link-libjuff-against-libenca.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ccad5d1..304c0aa 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -190,6 +190,9 @@ add_library ( ${JUFFLIB} SHARED
- target_link_libraries ( ${JUFFLIB}
- ${QT_LIBRARIES}
- )
-+if (ENCA_FOUND)
-+ target_link_libraries( ${JUFFLIB} ${ENCA_LIBRARIES} )
-+endif (ENCA_FOUND)
-
- add_library ( ${QSCI_ENGINE} SHARED
- ${juffed_qsci_SRCS}
-@@ -277,9 +280,6 @@ target_link_libraries ( ${JUFFED}
- ${QT_LIBRARIES}
- ${QT_QTNETWORK_LIBRARY}
- )
--if (ENCA_FOUND)
-- target_link_libraries( ${JUFFED} ${ENCA_LIBRARIES} )
--endif (ENCA_FOUND)
-
- if ( UNIX )
- set(CMAKE_CXX_FLAGS "-Wall -Werror -Wextra")