aboutsummaryrefslogtreecommitdiffstats
path: root/community/remmina/libintl-underlink.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/remmina/libintl-underlink.patch')
-rw-r--r--community/remmina/libintl-underlink.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/remmina/libintl-underlink.patch b/community/remmina/libintl-underlink.patch
deleted file mode 100644
index 29f9bf1fad1..00000000000
--- a/community/remmina/libintl-underlink.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 08e5404..300c051 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -188,7 +188,7 @@ compile_gresources(RESOURCE_FILE
- add_custom_target(resource DEPENDS ${RESOURCE_FILE})
- add_executable(remmina ${REMMINA_SRCS} ${RESOURCE_FILE})
- add_dependencies(remmina resource)
--target_link_libraries(remmina ${GTK_LIBRARIES})
-+target_link_libraries(remmina ${GTK_LIBRARIES} -lintl)
-
- if(WITH_PYTHONLIBS)
- if(PythonLibs_FOUND)