1
0
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:
Simon Barner 2007-07-09 06:27:45 +00:00
parent 9ce66de125
commit e8b40ab830
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195273

View 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>