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

Ladislav Hagara ladislav.hagara at unob.cz
Wed Feb 16 17:47:35 EST 2011


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, at OSMESA_LIB@,$(OSMESA_LIB),' \
>>> + 	-e 's, at OSMESA_PC_REQ@,$(OSMESA_PC_REQ),' \
>>> +-	-e 's, at 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





More information about the SM-Commit mailing list