freebsd-ports/devel/boost/files/gcc-tools.jam.diff
Ying-Chieh Liao d3c5220ca4 unbreak
upgrade to 1.30.2

PR:		58168
Submitted by:	Keishi Katoux <k-shi_freebsd@k2factory.org>
Approved by:	maintainer timeout
2003-11-10 05:52:33 +00:00

16 lines
459 B
Diff

*** tools/build/gcc-tools.jam.orig Tue Oct 14 21:38:52 2003
--- tools/build/gcc-tools.jam Tue Oct 14 21:50:16 2003
***************
*** 122,127 ****
--- 122,132 ----
GCC ?= cc ;
GXX ?= c++ ;
}
+ case FreeBSD :
+ {
+ # for current which doesn't support -pthread
+ flags gcc LINKFLAGS <threading>multi : -lc_r ;
+ }
case *BSD :
{
flags gcc CFLAGS <threading>multi : -pthread ;