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.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/remmina/libintl-underlink.patch b/community/remmina/libintl-underlink.patch
deleted file mode 100644
index ac5717730f6..00000000000
--- a/community/remmina/libintl-underlink.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 621b9a5..d5b76a9 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -129,7 +129,7 @@ list(APPEND REMMINA_SRCS
-
- add_executable(remmina ${REMMINA_SRCS})
- include_directories(${GTK_INCLUDE_DIRS} ${gio_INCLUDE_DIRS} ${gio-unix_INCLUDE_DIRS})
--target_link_libraries(remmina ${GTK_LIBRARIES})
-+target_link_libraries(remmina ${GTK_LIBRARIES} -lintl)
-
- if(WITH_MANPAGES)
- install(FILES remmina.1 DESTINATION ${CMAKE_INSTALL_FULL_MANDIR}/man1)
-