]> git.pld-linux.org Git - packages/cinelerra.git/blob - cinelerra-fix.patch
- partial fixes; needs more c++ fixes
[packages/cinelerra.git] / cinelerra-fix.patch
1 --- cinelerra-2.1/cinelerra/dvbtune.C.orig      2006-02-28 05:41:15.000000000 +0100
2 +++ cinelerra-2.1/cinelerra/dvbtune.C   2006-07-05 11:53:08.114440000 +0200
3 @@ -1,5 +1,5 @@
4 -#include "../../guicast/bcwindowbase.inc"
5 -#include "../../guicast/clip.h"
6 +#include "../guicast/bcwindowbase.inc"
7 +#include "../guicast/clip.h"
8  #include "condition.h"
9  #include "devicedvbinput.inc"
10  #include "dvbtune.h"
11 --- cinelerra-2.1/global_config.orig    2006-07-06 08:29:38.378711000 +0200
12 +++ cinelerra-2.1/global_config 2006-07-06 08:29:48.367335500 +0200
13 @@ -92,7 +92,7 @@
14  CXXREPOSITORY = cxx_repository/*.o
15  endif
16  
17 -$(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
18 +$(shell sh -c 'if ! test -d $(OBJDIR); then mkdir $(OBJDIR); fi' )
19  
20  ########################## LINKER
21  
22 --- cinelerra-2.1/guicast/Makefile.orig 2006-07-06 08:31:56.547346000 +0200
23 +++ cinelerra-2.1/guicast/Makefile      2006-07-06 08:33:18.644477000 +0200
24 @@ -37,7 +37,7 @@
25  BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B sparc -I binary -O elf32-sparc\""
26  endif
27  
28 -$(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
29 +$(shell sh -c 'if ! test -d $(OBJDIR); then mkdir $(OBJDIR); fi' )
30  
31  OBJS = \
32         $(OBJDIR)/bcbar.o \
33 --- cinelerra-2.1/cinelerra/Makefile.orig       2006-07-06 08:31:56.519344000 +0200
34 +++ cinelerra-2.1/cinelerra/Makefile    2006-07-06 08:40:30.435462250 +0200
35 @@ -427,7 +427,7 @@
36  
37  
38  
39 -$(shell echo "\#define BUILDDATE \"`date`\"" > builddate.h )
40 +$(shell echo "#define BUILDDATE \"`date`\"" > builddate.h )
41  $(shell echo $(CFLAGS) > $(OBJDIR)/c_flags)
42  $(shell echo $(LDFLAGS1) $(OBJS) $(DCRAW) $(FILEEXR) $(AVIOBJS) $(CXXREPOSITORY) $(STATICLIBS) $(LIBS) $(LDFLAGS2) > $(OBJDIR)/objs)
43  
This page took 0.080676 seconds and 3 git commands to generate.