SOURCES: cinelerra-fix.patch - fix for make

glen glen at pld-linux.org
Fri Dec 8 01:38:58 CET 2006


Author: glen                         Date: Fri Dec  8 00:38:58 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for make

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

---- Diffs:

================================================================
Index: SOURCES/cinelerra-fix.patch
diff -u SOURCES/cinelerra-fix.patch:1.2 SOURCES/cinelerra-fix.patch:1.3
--- SOURCES/cinelerra-fix.patch:1.2	Thu Jul  6 20:42:03 2006
+++ SOURCES/cinelerra-fix.patch	Fri Dec  8 01:38:53 2006
@@ -26,7 +26,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' )
  
  OBJS = \
  	$(OBJDIR)/bcbar.o \
================================================================

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



More information about the pld-cvs-commit mailing list