]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- obsolete (fixed in 1.2.7)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Feb 2004 22:35:07 +0000 (22:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL-am18.patch -> 1.2
    SDL-dlopen-acfix.patch -> 1.2
    SDL-lt15.patch -> 1.2

SDL-am18.patch [deleted file]
SDL-dlopen-acfix.patch [deleted file]
SDL-lt15.patch [deleted file]

diff --git a/SDL-am18.patch b/SDL-am18.patch
deleted file mode 100644 (file)
index a24dc9b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- SDL-1.2.6/sdl.m4.orig      Sat Aug 30 21:13:00 2003
-+++ SDL-1.2.6/sdl.m4   Mon Dec 22 14:07:16 2003
-@@ -8,7 +8,7 @@
- dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
- dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
- dnl
--AC_DEFUN(AM_PATH_SDL,
-+AC_DEFUN([AM_PATH_SDL],
- [dnl 
- dnl Get the cflags and libraries from the sdl-config script
- dnl
diff --git a/SDL-dlopen-acfix.patch b/SDL-dlopen-acfix.patch
deleted file mode 100644 (file)
index 5dd35da..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
---- SDL-1.2.6/configure.in.orig        2003-09-05 20:48:37.000000000 +0200
-+++ SDL-1.2.6/configure.in     2003-09-05 21:10:36.881227832 +0200
-@@ -336,11 +336,11 @@
-             esd_lib_spec=`echo $ESD_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libesd.so.*/'`
-             esd_lib=`ls $esd_lib_spec | head -1 | sed 's/.*\/\(.*\)/\1/'`
-             echo "-- $esd_lib_spec -> $esd_lib"
--            if test x$enable_dlopen != xyes && \
-+            if test x$enable_sdlopen != xyes && \
-                test x$enable_esd_shared = xyes; then
--                AC_MSG_ERROR([You must have dlopen() support and use the --enable-dlopen option])
-+                AC_MSG_ERROR([You must have dlopen() support and use the --enable-sdlopen option])
-             fi
--            if test x$enable_dlopen = xyes && \
-+            if test x$enable_sdlopen = xyes && \
-                test x$enable_esd_shared = xyes && test x$esd_lib != x; then
-                 CFLAGS="$CFLAGS -DESD_SUPPORT -DESD_DYNAMIC=\$(esd_lib) $ESD_CFLAGS"
-                 AC_SUBST(esd_lib)
-@@ -386,11 +386,11 @@
-                 arts_lib_spec=`echo $ARTSC_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libartsc.so.*/'`
-                 arts_lib=`ls $arts_lib_spec | head -1 | sed 's/.*\/\(.*\)/\1/'`
-                 echo "-- $arts_lib_spec -> $arts_lib"
--                if test x$enable_dlopen != xyes && \
-+                if test x$enable_sdlopen != xyes && \
-                    test x$enable_arts_shared = xyes; then
--                    AC_MSG_ERROR([You must have dlopen() support and use the --enable-dlopen option])
-+                    AC_MSG_ERROR([You must have dlopen() support and use the --enable-sdlopen option])
-                 fi
--                if test x$enable_dlopen = xyes && \
-+                if test x$enable_sdlopen = xyes && \
-                    test x$enable_arts_shared = xyes && test x$arts_lib != x; then
-                     CFLAGS="$CFLAGS -DARTSC_SUPPORT -DARTSC_DYNAMIC=\$(arts_lib) $ARTSC_CFLAGS"
-                     AC_SUBST(arts_lib)
-@@ -1557,10 +1557,10 @@
- dnl Check for the dlfcn.h interface for dynamically loading objects
- CheckDLOPEN()
- {
--    AC_ARG_ENABLE(dlopen,
--[  --enable-dlopen         use dlopen for shared object loading [default=no]],
--                  , enable_dlopen=yes)
--    if test x$enable_dlopen = xyes; then
-+    AC_ARG_ENABLE(sdlopen,
-+[  --enable-sdlopen         use dlopen for shared object loading [default=no]],
-+                  , enable_sdlopen=yes)
-+    if test x$enable_sdlopen = xyes; then
-         AC_MSG_CHECKING(for dlopen)
-         use_dlopen=no
-         AC_TRY_COMPILE([
diff --git a/SDL-lt15.patch b/SDL-lt15.patch
deleted file mode 100644 (file)
index 06040f3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.134273 seconds and 4 git commands to generate.