diff options
Diffstat (limited to 'community/remmina/libintl-underlink.patch')
-rw-r--r-- | community/remmina/libintl-underlink.patch | 12 |
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) |