diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-16 13:05:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-16 13:52:48 +0000 |
commit | 2fd223a89538e1349152c3926710e776ec94f443 (patch) | |
tree | 8bdf990221a3e46c3f958c0c52e7d53580a57e88 /community/remmina/libintl-underlink.patch | |
parent | 2e395b14da2254fc4ac374895f6e884dfaede224 (diff) | |
download | aports-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.patch | 11 |
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}) |