aboutsummaryrefslogtreecommitdiffstats
path: root/community/remmina/libintl-underlink.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-16 13:05:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-16 13:52:48 +0000
commit2fd223a89538e1349152c3926710e776ec94f443 (patch)
tree8bdf990221a3e46c3f958c0c52e7d53580a57e88 /community/remmina/libintl-underlink.patch
parent2e395b14da2254fc4ac374895f6e884dfaede224 (diff)
downloadaports-2fd223a89538e1349152c3926710e776ec94f443.tar.bz2
aports-2fd223a89538e1349152c3926710e776ec94f443.tar.xz
community/remmina: move from main
Diffstat (limited to 'community/remmina/libintl-underlink.patch')
-rw-r--r--community/remmina/libintl-underlink.patch11
1 files changed, 11 insertions, 0 deletions
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})