From 2fd223a89538e1349152c3926710e776ec94f443 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 16 Nov 2015 13:05:05 +0000 Subject: community/remmina: move from main --- community/remmina/libintl-underlink.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/remmina/libintl-underlink.patch (limited to 'community/remmina/libintl-underlink.patch') diff --git a/community/remmina/libintl-underlink.patch b/community/remmina/libintl-underlink.patch new file mode 100644 index 0000000000..6afba38dd3 --- /dev/null +++ b/community/remmina/libintl-underlink.patch @@ -0,0 +1,11 @@ +--- ./remmina/CMakeLists.txt.orig ++++ ./remmina/CMakeLists.txt +@@ -91,7 +91,7 @@ + add_executable(remmina ${REMMINA_SRCS}) + + include_directories(${GTK_INCLUDE_DIRS}) +-target_link_libraries(remmina ${GTK_LIBRARIES}) ++target_link_libraries(remmina ${GTK_LIBRARIES} -lintl) + + find_package(X11) + include_directories(${X11_INCLUDE_DIR}) -- cgit v1.2.3