diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-01 22:00:47 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-01 22:00:47 +0000 |
commit | a7256f135f3e9375aa04b73fae26ff84b2a69537 (patch) | |
tree | 883fbc9d648a9076e0d2b40685cc9a337d69ba2e /biology | |
parent | 0553a9acf8f56d86e2a202cdbc891936f771fb29 (diff) | |
download | ports-a7256f135f3e9375aa04b73fae26ff84b2a69537.tar.gz ports-a7256f135f3e9375aa04b73fae26ff84b2a69537.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/avida/files/patch-libs_apto_include_apto_core_Functor.h | 10 | ||||
-rw-r--r-- | biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h b/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h new file mode 100644 index 000000000000..ae59b88cbf53 --- /dev/null +++ b/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h @@ -0,0 +1,10 @@ +--- libs/apto/include/apto/core/Functor.h.orig 2012-09-29 03:33:38.000000000 +0000 ++++ libs/apto/include/apto/core/Functor.h +@@ -38,6 +38,7 @@ + + #include "apto/platform/Visibility.h" + ++#include <typeinfo> + #include <cassert> + + diff --git a/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h b/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h new file mode 100644 index 000000000000..83dd715504b6 --- /dev/null +++ b/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h @@ -0,0 +1,10 @@ +--- libs/apto/utils/unittest/googletest/include/gtest/internal/gtest-port.h.orig 2012-09-29 03:33:39.000000000 +0000 ++++ libs/apto/utils/unittest/googletest/include/gtest/internal/gtest-port.h +@@ -173,6 +173,7 @@ + #include <stdlib.h> + #include <stdio.h> + #include <string.h> ++#include <unistd.h> + #ifndef _WIN32_WCE + #include <sys/stat.h> + #endif // !_WIN32_WCE |