diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-01-29 18:37:27 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-01-29 18:38:50 +0100 |
commit | 7caf5ff3b18c10249533784103f07f5500fa24bd (patch) | |
tree | 0b1a81a8650111312e63d3d5e48d8fc99403e9ff /net-im/openmittsu/files | |
parent | sys-kernel/rt-sources: version bump to {3.18.46_p50,4.1.37_p43,4.4.39_p50,4.8... (diff) | |
download | gentoo-7caf5ff3b18c10249533784103f07f5500fa24bd.tar.gz gentoo-7caf5ff3b18c10249533784103f07f5500fa24bd.tar.bz2 gentoo-7caf5ff3b18c10249533784103f07f5500fa24bd.zip |
net-im/openmittsu: Initial import.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-im/openmittsu/files')
-rw-r--r-- | net-im/openmittsu/files/openmittsu-0.9.2_p75-libsodium-so.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/openmittsu/files/openmittsu-0.9.2_p75-libsodium-so.patch b/net-im/openmittsu/files/openmittsu-0.9.2_p75-libsodium-so.patch new file mode 100644 index 000000000000..3984b5068887 --- /dev/null +++ b/net-im/openmittsu/files/openmittsu-0.9.2_p75-libsodium-so.patch @@ -0,0 +1,11 @@ +--- openMittsu-orig/cmake/FindLibsodium.cmake ++++ openMittsu/cmake/FindLibsodium.cmake +@@ -31,7 +31,7 @@ + ENDIF(MINGW) + ELSE (UNIX) + SET (LIB_PREFIX "lib") +- SET (LIB_POSTFIX "a") ++ SET (LIB_POSTFIX "so") + ENDIF (WIN32) + + find_path(SODIUM_INCLUDE_DIR |