SOURCES: cinelerra-fix.patch - fixes for make 3.81
qboosh
qboosh at pld-linux.org
Thu Jul 6 20:42:08 CEST 2006
Author: qboosh Date: Thu Jul 6 18:42:08 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixes for make 3.81
---- Files affected:
SOURCES:
cinelerra-fix.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/cinelerra-fix.patch
diff -u SOURCES/cinelerra-fix.patch:1.1 SOURCES/cinelerra-fix.patch:1.2
--- SOURCES/cinelerra-fix.patch:1.1 Wed Jul 5 12:18:42 2006
+++ SOURCES/cinelerra-fix.patch Thu Jul 6 20:42:03 2006
@@ -8,3 +8,36 @@
#include "condition.h"
#include "devicedvbinput.inc"
#include "dvbtune.h"
+--- cinelerra-2.1/global_config.orig 2006-07-06 08:29:38.378711000 +0200
++++ cinelerra-2.1/global_config 2006-07-06 08:29:48.367335500 +0200
+@@ -92,7 +92,7 @@
+ CXXREPOSITORY = cxx_repository/*.o
+ endif
+
+-$(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
++$(shell sh -c 'if ! test -d $(OBJDIR); then mkdir $(OBJDIR); fi' )
+
+ ########################## LINKER
+
+--- cinelerra-2.1/guicast/Makefile.orig 2006-07-06 08:31:56.547346000 +0200
++++ cinelerra-2.1/guicast/Makefile 2006-07-06 08:33:18.644477000 +0200
+@@ -37,7 +37,7 @@
+ BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B sparc -I binary -O elf32-sparc\""
+ endif
+
+-$(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
++$(shell sh -c 'if ! test -d $(OBJDIR); then mkdir $(OBJDIR); fi' )
+
+ OBJS = \
+ $(OBJDIR)/bcbar.o \
+--- cinelerra-2.1/cinelerra/Makefile.orig 2006-07-06 08:31:56.519344000 +0200
++++ cinelerra-2.1/cinelerra/Makefile 2006-07-06 08:40:30.435462250 +0200
+@@ -427,7 +427,7 @@
+
+
+
+-$(shell echo "\#define BUILDDATE \"`date`\"" > builddate.h )
++$(shell echo "#define BUILDDATE \"`date`\"" > builddate.h )
+ $(shell echo $(CFLAGS) > $(OBJDIR)/c_flags)
+ $(shell echo $(LDFLAGS1) $(OBJS) $(DCRAW) $(FILEEXR) $(AVIOBJS) $(CXXREPOSITORY) $(STATICLIBS) $(LIBS) $(LDFLAGS2) > $(OBJDIR)/objs)
+
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/cinelerra-fix.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list