]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- hack to fix automake problems with asm files; release 6 SDL-1_2_2-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 20 Oct 2001 16:09:02 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL.spec -> 1.68

SDL.spec

index 8618aae84e0aee840b7981e750f94d1a5b986086..f8a3cd20f3e4258b6d3025f2f8af46ee9ad5ba1f 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -17,7 +17,7 @@ Summary(pl):  SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimedi
 Summary(pt_BR):        Simple DirectMedia Layer
 Name:          SDL
 Version:       1.2.2
-Release:       5
+Release:       6
 License:       LGPL
 Group:         X11/Libraries
 Group(de):     X11/Libraries
@@ -41,6 +41,7 @@ BuildRequires:        gtk+-devel >= 1.2.1
 BuildRequires: XFree86-devel >= 4.0.2
 BuildRequires: OpenGL-devel
 BuildRequires: perl-modules
+BuildRequires: nasm
 %ifnarch sparc sparc64
 %{!?_without_alsa:BuildRequires:       alsa-lib-devel}
 %endif
@@ -132,9 +133,14 @@ Biblioteca est
 %patch3 -p1
 
 %build
+rm missing
+libtoolize --copy --force
 aclocal
 autoconf
-automake -a -c
+# Another hack
+cp src/hermes/Makefile.in Makefile.in.ok
+automake -a -c --foreign
+cp Makefile.in.ok src/hermes/Makefile.in
 %configure \
 %ifnarch sparc sparc64
        %{!?_without_alsa:--enable-alsa} \
This page took 0.040441 seconds and 4 git commands to generate.