]> git.pld-linux.org Git - packages/crossmingw32-SDL.git/commitdiff
- in configure alsa is on by default, so updated bcond auto/ac/SDL-1_2_6-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 31 Jul 2003 21:09:11 +0000 (21:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added lt15 patch (--tag for nasm), properly fixed libtool/sed issue

Changed files:
    SDL-lt15.patch -> 1.1

SDL-lt15.patch [new file with mode: 0644]

diff --git a/SDL-lt15.patch b/SDL-lt15.patch
new file mode 100644 (file)
index 0000000..06040f3
--- /dev/null
@@ -0,0 +1,11 @@
+--- SDL-1.2/src/hermes/Makefile.am.orig        2003-05-29 06:23:03.000000000 +0200
++++ SDL-1.2/src/hermes/Makefile.am     2003-07-31 22:54:05.000000000 +0200
+@@ -7,7 +7,7 @@
+ SUFFIXES = .asm
+ .asm.lo:
+-      $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) @NASMFLAGS@ $< -o $*.o
++      $(LIBTOOL) --mode=compile --tag=NASM $(STRIP_FPIC) $(NASM) @NASMFLAGS@ $< -o $*.o
+ ###########################################################################
This page took 0.058587 seconds and 4 git commands to generate.