aboutsummaryrefslogtreecommitdiffstats
path: root/community/remmina/remmina-1.0.0-dsofix.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/remmina-1.0.0-dsofix.patch
parent07cb0307b07a1109e6fc07d8eabd4dd32a617d7e (diff)
downloadaports-61cce9c606fd8d21443c6179ad8fe2890082d184.tar.bz2
aports-61cce9c606fd8d21443c6179ad8fe2890082d184.tar.xz
community/remmina: upgrade to 1.3.2
Diffstat (limited to 'community/remmina/remmina-1.0.0-dsofix.patch')
-rw-r--r--community/remmina/remmina-1.0.0-dsofix.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/remmina/remmina-1.0.0-dsofix.patch b/community/remmina/remmina-1.0.0-dsofix.patch
index e7592c13d2..5b71b298e2 100644
--- a/community/remmina/remmina-1.0.0-dsofix.patch
+++ b/community/remmina/remmina-1.0.0-dsofix.patch
@@ -1,7 +1,7 @@
---- a/plugins/vnc/CMakeLists.txt 2012-06-04 13:03:46.542093149 -0600
-+++ b/plugins/vnc/CMakeLists.txt 2012-06-04 13:03:34.112332497 -0600
-@@ -28,7 +28,7 @@
- set_target_properties(remmina-plugin-vnc PROPERTIES PREFIX "")
+--- a/plugins/vnc/CMakeLists.txt
++++ b/plugins/vnc/CMakeLists.txt
+@@ -42,7 +42,7 @@
+ set_target_properties(remmina-plugin-vnc PROPERTIES NO_SONAME 1)
include_directories(${REMMINA_COMMON_INCLUDE_DIRS} ${LIBVNCSERVER_INCLUDE_DIRS})
-target_link_libraries(remmina-plugin-vnc ${REMMINA_COMMON_LIBRARIES} ${LIBVNCSERVER_LIBRARIES})