aboutsummaryrefslogtreecommitdiffstats
path: root/community/remmina/libintl-underlink.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-02-11 05:13:46 +0100
committerKevin Daudt <kdaudt@alpinelinux.org>2019-02-28 21:39:48 +0000
commit61cce9c606fd8d21443c6179ad8fe2890082d184 (patch)
tree4053cf8f864231ba768d4427c0f2fc9ee358c5b8 /community/remmina/libintl-underlink.patch
parent07cb0307b07a1109e6fc07d8eabd4dd32a617d7e (diff)
downloadaports-61cce9c606fd8d21443c6179ad8fe2890082d184.tar.bz2
aports-61cce9c606fd8d21443c6179ad8fe2890082d184.tar.xz
community/remmina: upgrade to 1.3.2
Diffstat (limited to 'community/remmina/libintl-underlink.patch')
-rw-r--r--community/remmina/libintl-underlink.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/remmina/libintl-underlink.patch b/community/remmina/libintl-underlink.patch
index 925a1b26a3..464e2bb13c 100644
--- a/community/remmina/libintl-underlink.patch
+++ b/community/remmina/libintl-underlink.patch
@@ -1,11 +1,11 @@
---- ./src/CMakeLists.txt.orig
-+++ ./src/CMakeLists.txt
-@@ -91,7 +91,7 @@
- add_executable(remmina ${REMMINA_SRCS})
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -121,7 +121,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})
+ if(WITH_MANPAGES)
+ install(FILES remmina.1 DESTINATION ${CMAKE_INSTALL_FULL_MANDIR}/man1)