diff options
author | thierry <thierry@FreeBSD.org> | 2017-12-28 06:28:18 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-12-28 06:28:18 +0800 |
commit | b1fc5b1777c2e59b84292c9c5e0bb790bd079c92 (patch) | |
tree | d5fa5e2fc2e513d84acd2b73944287c9b671cc60 /net-im/tox/files | |
parent | de18d478a4a67e8ca4131186270e7fe563ce1eff (diff) | |
download | freebsd-ports-gnome-b1fc5b1777c2e59b84292c9c5e0bb790bd079c92.tar.gz freebsd-ports-gnome-b1fc5b1777c2e59b84292c9c5e0bb790bd079c92.tar.zst freebsd-ports-gnome-b1fc5b1777c2e59b84292c9c5e0bb790bd079c92.zip |
Upgrade to 0.1.11.
Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.11>.
Diffstat (limited to 'net-im/tox/files')
-rw-r--r-- | net-im/tox/files/patch-CMakeLists.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-im/tox/files/patch-CMakeLists.txt b/net-im/tox/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..28e07d41f71c --- /dev/null +++ b/net-im/tox/files/patch-CMakeLists.txt @@ -0,0 +1,26 @@ +--- CMakeLists.txt.orig 2017-12-27 18:43:18 UTC ++++ CMakeLists.txt +@@ -349,23 +349,6 @@ if(NOT SPECTEST) + endif() + endif() + +-if(MSGPACK_FOUND) +- add_c_executable(toxcore-sut +- testing/hstox/binary_decode.c +- testing/hstox/binary_encode.c +- testing/hstox/driver.c +- testing/hstox/methods.c +- testing/hstox/packet_kinds.c +- testing/hstox/test_main.c +- testing/hstox/util.c) +- target_link_modules(toxcore-sut +- toxcore +- ${MSGPACK_LIBRARIES}) +- if(SPECTEST) +- add_test(NAME spectest COMMAND ${SPECTEST} $<TARGET_FILE:toxcore-sut>) +- endif() +-endif() +- + ################################################################################ + # + # :: Automated regression tests |