]> git.pld-linux.org Git - packages/cinelerra.git/blob - cinelerra-alpha.patch
- rel 4
[packages/cinelerra.git] / cinelerra-alpha.patch
1 --- cinelerra-1.1.7/global_config.orig  2003-11-10 10:38:51.000000000 +0000
2 +++ cinelerra-1.1.7/global_config       2003-11-10 10:48:10.000000000 +0000
3 @@ -54,9 +54,6 @@
4  CFLAGS += $(ALSA_CFLAGS)
5  
6  
7 -ifeq ($(OBJDIR), alpha)
8 -CXXREPOSITORY = cxx_repository/*.o
9 -endif
10  
11  $(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
12  
13 --- cinelerra-1.1.7/cinelerra/Makefile.orig     2003-11-10 11:08:12.000000000 +0000
14 +++ cinelerra-1.1.7/cinelerra/Makefile  2003-11-10 11:44:07.000000000 +0000
15 @@ -323,7 +323,7 @@
16  
17  
18  # Speed up linking with this linking sequence
19 -ifeq ($(OBJDIR), alpha)
20 +ifeq ($(OBJDIR), alpha-ccc)
21  
22  
23  
This page took 0.081309 seconds and 3 git commands to generate.