]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/frozen-bubble/Makefile_top.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / frozen-bubble / Makefile_top.patch
1 --- frozen-bubble/Makefile.old  2005-02-24 20:55:27.000000000 +0100
2 +++ frozen-bubble/Makefile      2005-02-24 20:58:53.000000000 +0100
3 @@ -8,8 +8,8 @@
4  all: dirs
5  
6  dirs:
7 -       @if ! perl -e 'use SDL'; then echo -e "\n    *** I need perl-SDL installed"; false; fi
8 -       @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
9 +#      @if ! perl -e 'use SDL'; then echo -e "\n    *** I need perl-SDL installed"; false; fi
10 +#      @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
11         @for n in . $(DIRS); do \
12                 [ "$$n" = "." ] || $(MAKE) -C $$n ;\
13         done