summaryrefslogtreecommitdiff
path: root/app-editors/juffed/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-31 15:47:53 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-10-31 15:47:53 +0000
commitd950fa39dbe16d164ed0cb8e3036fd5d0d896a4c (patch)
tree04f92d5d1070a7aedb970ce4539dc6d60253c4df /app-editors/juffed/files
parentbd7908c6630f38067350d396ac5d18c3cc2434a0 (diff)
gentoo resync : 31.10.2017
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")