]> git.pld-linux.org Git - packages/frozen-bubble.git/blob - frozen-bubble-make.patch
96a431b6e7b7411a0cc35cbb2ade0c2840281def
[packages/frozen-bubble.git] / frozen-bubble-make.patch
1 --- frozen-bubble-1.0.0/c_stuff/Makefile.PL.orig        2002-04-18 11:44:20.000000000 +0200
2 +++ frozen-bubble-1.0.0/c_stuff/Makefile.PL     2004-07-14 23:44:02.047303392 +0200
3 @@ -55,6 +55,6 @@
4      'VERSION_FROM' => 'fb_c_stuff.pm', # finds VERSION
5      'OBJECT'       => 'fb_c_stuff.o',
6      'INC'          => chomp_(`sdl-config --cflags`) . ' -I.',
7 -    'OPTIMIZE'     => '-O2 -Wall',
8      'MAKEFILE'     => 'Makefile_c',
9 +    'FIRST_MAKEFILE' => 'Makefile_c',
10  );
11 --- frozen-bubble-1.0.0/Makefile.orig   2003-02-03 15:36:55.000000000 +0100
12 +++ frozen-bubble-1.0.0/Makefile        2004-08-05 18:06:30.313315184 +0200
13 @@ -9,7 +9,6 @@
14  
15  dirs:
16         @if ! perl -e 'use SDL'; then echo -e "\n    *** I need perl-SDL installed"; false; fi
17 -       @if ! perl -e 'use SDL; ($$mj, $$mn, $$mc) = split /\./, $$SDL::VERSION; exit 1 if $$mj<1 || $$mn<19'; then echo -e "\n    *** I need perl-SDL version 1.19.0 or upper"; false; fi
18         @for n in . $(DIRS); do \
19                 [ "$$n" = "." ] || $(MAKE) -C $$n ;\
20         done
This page took 0.26062 seconds and 2 git commands to generate.