]> git.pld-linux.org Git - packages/allegro5.git/commitdiff
- updated for 4.1.12
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 Nov 2003 22:19:11 +0000 (22:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro-info.patch -> 1.4
    allegro-opt.patch -> 1.3

allegro-info.patch
allegro-opt.patch

index f9d1d391ecfa08495ecf57e9a9655a3fc0026e3e..ab68c3484f8873de29a5ea298d916c15024774cf 100644 (file)
@@ -1,11 +1,12 @@
---- allegro-4.0.1/docs/src/allegro._tx~        Fri Nov 23 07:03:08 2001
-+++ allegro-4.0.1/docs/src/allegro._tx Fri Nov 23 07:03:08 2001
-@@ -24,7 +24,8 @@
+--- allegro-4.1.12/docs/src/allegro._tx~       Fri Nov 23 07:03:08 2001
++++ allegro-4.1.12/docs/src/allegro._tx        Fri Nov 23 07:03:08 2001
+@@ -24,8 +24,8 @@
  @$
  @$@ifinfo
- @$@direntry
--@$* Allegro: (allegro). The Allegro game programming library.
+-@$@dircategory Libraries
 +@$@dircategory Libraries:
+ @$@direntry
+-@$* Allegro: (allegro).                       The Allegro game programming library.
 +@$* Allegro: (allegro).                       The Allegro game programming library
  @$@end direntry
  @$This is the Info version of the Allegro manual
index 04768d22bd75163165738b9048076a48ecc2ff71..0baf09727e209e7cf4a5789ad9d6afbbabc2293a 100644 (file)
@@ -1,7 +1,6 @@
-diff -ruN allegro-4.1.11./configure.in allegro-4.1.11/configure.in
---- allegro-4.1.11./configure.in       2003-06-30 01:27:00.000000000 +0200
-+++ allegro-4.1.11/configure.in        2003-08-25 00:23:10.000000000 +0200
-@@ -613,43 +613,20 @@
+--- allegro-4.1.12/configure.in.orig   2003-11-11 21:59:10.385928944 +0100
++++ allegro-4.1.12/configure.in        2003-11-11 22:02:54.074923048 +0100
+@@ -645,41 +645,16 @@
  AC_CHECK_FUNCS(memcmp mkstemp stricmp strlwr strupr)
  
  dnl Tweak header files for library build
@@ -15,7 +14,7 @@ diff -ruN allegro-4.1.11./configure.in allegro-4.1.11/configure.in
 -  else
 -    WFLAGS="-Wall -Wno-unused"
 -  fi
--  if test "$allegro_cv_support_asm" = i386; then
+-  if test "X$allegro_cv_processor_type" = "Xi386"; then
 -    if test "$allegro_exclusive_optimizations" != none; then
 -      TARGET_ARCH="-march=$allegro_exclusive_optimizations"
 -    else
@@ -27,17 +26,12 @@ diff -ruN allegro-4.1.11./configure.in allegro-4.1.11/configure.in
 -  if test "X$allegro_cv_can_use_pipe" = "Xyes"; then
 -    CFLAGS="$CFLAGS -pipe"
 -  fi
-+  WFLAGS="-Wall -Wno-unused"
-+
-   if test "$allegro_cv_support_asm" != i386; then
-     CFLAGS="$CFLAGS -DALLEGRO_USE_C"
-   fi
 -  dnl Allow to specify additional flags.
 -  CFLAGS="$CFLAGS $XCFLAGS"
 -  WFLAGS="$WFLAGS $WCFLAGS"
 -  dnl In this order...
 -  ALLEGRO_DEBUG_CFLAGS="$CFLAGS -g $WFLAGS -DDEBUGMODE"
-+
++  WFLAGS="-Wall -Wno-unused"
 +  ALLEGRO_DEBUG_CFLAGS="-g $WFLAGS -DDEBUGMODE"
    if test "X$allegro_debug_with_fortify" = "Xyes"; then
       ALLEGRO_DEBUG_CFLAGS="$ALLEGRO_DEBUG_CFLAGS -DFORTIFY"
This page took 0.112868 seconds and 4 git commands to generate.