diff options
author | makc <makc@FreeBSD.org> | 2008-12-29 05:03:53 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2008-12-29 05:03:53 +0800 |
commit | 3b78d053f519b84d36de22b672e0dff0f54476de (patch) | |
tree | cfb959374770d07a9d186191276055b694bc670a /net-im/libmsn/files | |
parent | 0c92c83390168c345c877c0d609df5c753375598 (diff) | |
download | freebsd-ports-gnome-3b78d053f519b84d36de22b672e0dff0f54476de.tar.gz freebsd-ports-gnome-3b78d053f519b84d36de22b672e0dff0f54476de.tar.zst freebsd-ports-gnome-3b78d053f519b84d36de22b672e0dff0f54476de.zip |
Update to 4.0-beta2
PR: based on ports/129993
Submitted by: Shane Bell <decept0 at gmail.com>
Approved by: miwi (mentor)
Diffstat (limited to 'net-im/libmsn/files')
-rw-r--r-- | net-im/libmsn/files/patch-msn__CMakeLists.txt | 11 | ||||
-rw-r--r-- | net-im/libmsn/files/patch-msntest__CMakeLists.txt | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net-im/libmsn/files/patch-msn__CMakeLists.txt b/net-im/libmsn/files/patch-msn__CMakeLists.txt new file mode 100644 index 000000000000..ec7f3719e6e1 --- /dev/null +++ b/net-im/libmsn/files/patch-msn__CMakeLists.txt @@ -0,0 +1,11 @@ +--- ./msn/CMakeLists.txt.orig 2008-11-18 18:17:55.000000000 +0300 ++++ ./msn/CMakeLists.txt 2008-12-28 22:24:22.000000000 +0300 +@@ -43,7 +43,7 @@ + + add_library(msn SHARED ${msn_STAT_SRCS}) + set_target_properties(msn PROPERTIES VERSION 0.1.0 +- SOVERSION 0.1 ++ SOVERSION 0 + ) + + if(NOT WIN32) diff --git a/net-im/libmsn/files/patch-msntest__CMakeLists.txt b/net-im/libmsn/files/patch-msntest__CMakeLists.txt new file mode 100644 index 000000000000..7c9fe10d25fd --- /dev/null +++ b/net-im/libmsn/files/patch-msntest__CMakeLists.txt @@ -0,0 +1,11 @@ +--- ./msntest/CMakeLists.txt.orig 2008-11-13 03:41:03.000000000 +0300 ++++ ./msntest/CMakeLists.txt 2008-12-28 22:10:09.000000000 +0300 +@@ -3,7 +3,7 @@ + ) + + add_executable (msntest ${msntest_SRCS} ) +-target_link_libraries(msntest crypto msn ssl) ++target_link_libraries(msntest crypto msn ssl compat) + + ########### install files ############### + install(TARGETS msntest DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) |