diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-09-17 02:49:28 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-09-17 02:49:28 +0000 |
commit | 57f8b9f10a362c19fa9f1c74f1e2f5cb9009ce06 (patch) | |
tree | f873484eb59dc8946e4360e3280d0b1ed5d8ead1 /www/p5-WWW-Scripter-Plugin-JavaScript | |
parent | Mark MAKE_JOBS_SAFE. (diff) |
Fix build when boost-libs is compiled with a newer (> 4.2 from base) gcc.
LyX originally uses the AC_CHECK_LIB macro to check for boost, however
this macro always calls a C compiler, even to check for a C++ library
such as boost. This made the test program built for this check to
always fail to link when boost was compiled witha recent enough
compiler.
A fix was submitted upstream [1], and this patch needs to be applied
meanwhile.
[1] http://article.gmane.org/gmane.editors.lyx.devel/138405
Reported by: avg
Approved by: avilla (mentor)
Diffstat (limited to 'www/p5-WWW-Scripter-Plugin-JavaScript')
0 files changed, 0 insertions, 0 deletions