SOURCES: cinelerra-fix.patch - more

glen glen at pld-linux.org
Fri Dec 8 01:44:11 CET 2006


Author: glen                         Date: Fri Dec  8 00:44:11 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more

---- Files affected:
SOURCES:
   cinelerra-fix.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/cinelerra-fix.patch
diff -u SOURCES/cinelerra-fix.patch:1.3 SOURCES/cinelerra-fix.patch:1.4
--- SOURCES/cinelerra-fix.patch:1.3	Fri Dec  8 01:38:53 2006
+++ SOURCES/cinelerra-fix.patch	Fri Dec  8 01:44:06 2006
@@ -15,7 +15,7 @@
  endif
  
 -$(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
-+$(shell sh -c 'if ! test -d $(OBJDIR); then mkdir $(OBJDIR); fi' )
++foo := $(shell sh -c 'if ! test -d $(OBJDIR); then mkdir $(OBJDIR); fi' )
  
  ########################## LINKER
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/cinelerra-fix.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list