diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-16 08:02:02 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-16 08:02:02 +0000 |
commit | 05e6ea93c0f5d948a13018c38f3ae34a2005d501 (patch) | |
tree | 2308b45e01860306e07eb044644c8dd78c243d9f /science/mmtf-cpp/files/patch-tests_mmtf__tests.cpp | |
parent | New port: sysutils/xfce4-kbdleds-plugin: Xfce keyboard LEDs panel plugin (diff) |
Move: science/mmtf -> science/mmtf-cpp
Also update its COMMENT to be more descriptive
Notes
Notes:
svn path=/head/; revision=493031
Diffstat (limited to 'science/mmtf-cpp/files/patch-tests_mmtf__tests.cpp')
-rw-r--r-- | science/mmtf-cpp/files/patch-tests_mmtf__tests.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/mmtf-cpp/files/patch-tests_mmtf__tests.cpp b/science/mmtf-cpp/files/patch-tests_mmtf__tests.cpp new file mode 100644 index 000000000000..e7e1d81127cc --- /dev/null +++ b/science/mmtf-cpp/files/patch-tests_mmtf__tests.cpp @@ -0,0 +1,11 @@ +--- tests/mmtf_tests.cpp.orig 2018-10-18 20:26:48 UTC ++++ tests/mmtf_tests.cpp +@@ -5,7 +5,7 @@ + #define CATCH_CONFIG_MAIN + #endif + +-#include "catch.hpp" ++#include <catch2/catch.hpp> + + #include <mmtf.hpp> + #include <mmtf/export_helpers.hpp> |