]> git.pld-linux.org Git - packages/bomberclone.git/blob - bomberclonemserv-flags.patch
- avoid libpng-devel and libjpeg-devel requirement
[packages/bomberclone.git] / bomberclonemserv-flags.patch
1 --- src/Makefile.am~    2003-04-23 17:43:40.000000000 +0200
2 +++ src/Makefile.am     2011-01-11 15:32:45.289764768 +0100
3 @@ -8,13 +8,11 @@
4  
5  CFLAGS =\
6          -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\
7 -        -O1\
8 -        -g
9 +        -g $(OPTFLAGS)
10  
11  CXXFLAGS =\
12          -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\
13 -        -O1\
14 -        -g
15 +        -g $(OPTFLAGS)
16  
17  bin_PROGRAMS = bomberclonemserv
18  
This page took 0.108047 seconds and 3 git commands to generate.