]> git.pld-linux.org Git - packages/cinelerra.git/commitdiff
- fixes for make 3.81
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 6 Jul 2006 18:42:03 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cinelerra-fix.patch -> 1.2

cinelerra-fix.patch

index b4f906f23febd87c27c9c89820906da5a1a5064a..c6ecc226d467a7dd145a1ca51d61c8d42397a42a 100644 (file)
@@ -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)
This page took 0.085976 seconds and 4 git commands to generate.