Fri, 09 Jan 2009 00:17:00 +0100
Correct for mixed usage of ISO C and ISO C++ language constructs.
mesa/mesa.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/mesa/mesa.spec Thu Jan 08 23:33:58 2009 +0100 1.2 +++ b/mesa/mesa.spec Fri Jan 09 00:17:00 2009 +0100 1.3 @@ -108,6 +108,9 @@ 1.4 %{l_shtool} subst \ 1.5 -e "s;\.\./images/;%{l_prefix}/lib/mesa/images/;" \ 1.6 `find . -name '*.c' -o -name '*.cxx'` 1.7 + %{l_shtool} subst \ 1.8 + -e 's;\(APP_LIB_DEPS *=.*-l\$(GL_LIB)\);\1 -lstdc++;' \ 1.9 + configs/* 1.10 1.11 %build 1.12 case "%{l_platform -t}" in