]> git.pld-linux.org Git - packages/antiword.git/blob - antiword-opt.patch
a0e714660f0a13023ca0b5f1cf7de5d350ce9a41
[packages/antiword.git] / antiword-opt.patch
1 diff -urN antiword.0.31.org/Makefile antiword.0.31/Makefile
2 --- antiword.0.31.org/Makefile  Sun Jan 14 12:45:47 2001
3 +++ antiword.0.31/Makefile      Sun Jan 14 12:46:03 2001
4 @@ -10,7 +10,7 @@
5  
6  LDLIBS =
7  
8 -CFLAGS = -Wall -pedantic -O2 -D$(DB)
9 +CFLAGS = -Wall -pedantic $(OPT) -D$(DB)
10  LDFLAGS        =
11  
12  OBJS   =\
13 diff -urN antiword.0.31.org/Makefile.Linux antiword.0.31/Makefile.Linux
14 --- antiword.0.31.org/Makefile.Linux    Sun Jan 14 12:45:47 2001
15 +++ antiword.0.31/Makefile.Linux        Sun Jan 14 12:46:03 2001
16 @@ -10,7 +10,7 @@
17  
18  LDLIBS =
19  
20 -CFLAGS = -Wall -pedantic -O2 -D$(DB)
21 +CFLAGS = -Wall -pedantic $(OPT) -D$(DB)
22  LDFLAGS        =
23  
24  OBJS   =\
This page took 0.663647 seconds and 2 git commands to generate.