mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix build with boost 1.34.0: The Boost unit test framework shared library
no longer contains main(), so set the right #defines. Reference: http://lists.boost.org/boost-users/2007/04/27361.php - Notified by: pointyhat via pav
This commit is contained in:
parent
9ce66de125
commit
e8b40ab830
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195273
8
www/openvrml/files/patch-test_node_interface_set.cpp
Normal file
8
www/openvrml/files/patch-test_node_interface_set.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
--- tests/node_interface_set.cpp.orig Sun Jul 8 23:24:35 2007
|
||||
+++ tests/node_interface_set.cpp Sun Jul 8 23:23:24 2007
|
||||
@@ -1,3 +1,5 @@
|
||||
+# define BOOST_TEST_DYN_LINK
|
||||
+# define BOOST_TEST_MAIN
|
||||
# include <boost/test/unit_test.hpp>
|
||||
# include <openvrml/node.h>
|
||||
|
Loading…
Reference in New Issue
Block a user