Correct for mixed usage of ISO C and ISO C++ language constructs.

Fri, 09 Jan 2009 00:17:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 09 Jan 2009 00:17:00 +0100
changeset 51
64165e101f08
parent 50
5b891b5b7234
child 52
d42d557c7a5a

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

mercurial