SOURCES: allegro-config.patch - adapted for 4.3.1 version

lisu lisu at pld-linux.org
Sun Jun 17 12:01:08 CEST 2007


Author: lisu                         Date: Sun Jun 17 10:01:08 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- adapted for 4.3.1 version

---- Files affected:
SOURCES:
   allegro-config.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/allegro-config.patch
diff -u SOURCES/allegro-config.patch:1.1 SOURCES/allegro-config.patch:1.2
--- SOURCES/allegro-config.patch:1.1	Sun Apr 16 22:27:11 2006
+++ SOURCES/allegro-config.patch	Sun Jun 17 12:01:03 2007
@@ -1,23 +1,8 @@
---- allegro-4.2.0/misc/allegro-config.in.orig	2006-04-16 21:20:38.000000000 +0200
-+++ allegro-4.2.0/misc/allegro-config.in	2006-04-16 21:38:38.000000000 +0200
-@@ -13,6 +13,7 @@
- 
- prefix=@prefix@
- exec_prefix=$prefix
-+libdir=@libdir@
- exec_prefix_set=no
- include_prefix=@INCLUDE_PREFIX@
- 
-@@ -178,11 +179,15 @@
- fi
- 
+--- allegro-4.3.1/misc/allegro-config.in~	2007-06-17 02:44:32.000000000 +0200
++++ allegro-4.3.1/misc/allegro-config.in	2007-06-17 02:45:48.000000000 +0200
+@@ -183,9 +183,9 @@
  if test "$echo_libs" = "yes"; then
--   libdirs=-L${exec_prefix}/lib
-+   if test "$exec_prefix" = "/usr"; then
-+      libdirs=
-+   else
-+      libdirs="-L${libdir}"
-+   fi
+    libdirs=-L${lib_path}
     if test "$static_libs" = "yes"; then
 -      echo $libdirs $allegro_ldflags -l${lib_type} $allegro_libs
 +      echo $libdirs$allegro_ldflags -l${lib_type} $allegro_libs
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/allegro-config.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list