]> git.pld-linux.org Git - packages/frozen-bubble.git/commitdiff
- R:(perl-SDL-1.x.x) removed.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 5 Aug 2004 16:11:18 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    frozen-bubble-make.patch -> 1.3

frozen-bubble-make.patch

index 5cd6b2427dc9531769ffa608f66ce1b7d565468a..96a431b6e7b7411a0cc35cbb2ade0c2840281def 100644 (file)
@@ -8,3 +8,13 @@
      'MAKEFILE'     => 'Makefile_c',
 +    'FIRST_MAKEFILE' => 'Makefile_c',
  );
+--- frozen-bubble-1.0.0/Makefile.orig  2003-02-03 15:36:55.000000000 +0100
++++ frozen-bubble-1.0.0/Makefile       2004-08-05 18:06:30.313315184 +0200
+@@ -9,7 +9,6 @@
+ dirs:
+       @if ! perl -e 'use SDL'; then echo -e "\n    *** I need perl-SDL installed"; false; fi
+-      @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
+       @for n in . $(DIRS); do \
+               [ "$$n" = "." ] || $(MAKE) -C $$n ;\
+       done
This page took 0.148862 seconds and 4 git commands to generate.