]> git.pld-linux.org Git - packages/libmpeg3.git/blob - libmpeg3-opt.patch
- fixed and simplified file list, removed gzipping html doc
[packages/libmpeg3.git] / libmpeg3-opt.patch
1 --- libmpeg3/Makefile.orig      Fri Apr  5 22:15:40 2002
2 +++ libmpeg3/Makefile   Fri Apr  5 22:37:00 2002
3 @@ -46,14 +46,14 @@
4  ifeq ($(OBJDIR), alpha)
5    USE_MMX = 0
6    ifneq ($(HAVE_CFLAGS), yes)
7 -    CFLAGS = -O4 -arch ev67 -ieee -accept c99_keywords -gcc_messages
8 +    CFLAGS = $(OPT) -ieee -accept c99_keywords -gcc_messages
9    endif
10  endif
11  
12  ifeq ($(OBJDIR), i686)
13    USE_MMX = 1
14    ifneq ($(HAVE_CFLAGS), yes)
15 -    CFLAGS = -O2 -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -I/usr/local/include
16 +    CFLAGS = $(OPT) -D_FILE_OFFSET_BITS=64
17    endif
18  endif
19  
This page took 0.038769 seconds and 3 git commands to generate.