Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3b9b88231f4179aa7ecfef147c70a04199718697)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>, "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3b9b88231f4179aa7ecfef147c70a04199718697)
  • Date: Wed, 16 Feb 2011 23:47:35 +0100

It is a good idea to reply to discuss list so all who is interested can
read.


>>> +++ b/graphics-libs/mesalib/Makefile-fix-sed-expression.patch
>>> @@ -0,0 +1,11 @@
>>> +--- src/mesa/Makefile.orig 2011-02-16 11:56:43.988419616 +0100
>>> ++++ src/mesa/Makefile 2011-02-16 11:57:05.599502708 +0100
>>> +@@ -201,7 +201,7 @@
>>> + $(pcedit) \
>>> + -e 's,@OSMESA_LIB@,$(OSMESA_LIB),' \
>>> + -e 's,@OSMESA_PC_REQ@,$(OSMESA_PC_REQ),' \
>>> +- -e 's,@OSMESA_PC_LIB_PRIV@,$(OSMESA_PC_LIB_PRIV),'
>>> ++ -e 's:@OSMESA_PC_LIB_PRIV@:$(OSMESA_PC_LIB_PRIV):'
>>
>>
>> What kind of error? Works for me without patch.
>> You only replaced , -> :

> When I tried to build the spell $(OSMESA_PC_LIB_PRIV) was replaced by
> some flags for the linker which contained ',', so using ',' as separator
> for the substition expression doesn't work here.

--
Ladislav Hagara






Archive powered by MHonArc 2.6.24.

Top of Page