]> git.pld-linux.org Git - packages/allegro.git/blobdiff - allegro-config.patch
- updated fo 4.4.1.1
[packages/allegro.git] / allegro-config.patch
index 81c127da5d199eff04249a4db6e57e69935d7721..cd8f4da33df85cc73d9d0c07270c4ee4a1753af9 100644 (file)
@@ -1,29 +1,14 @@
---- 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.4.1.1/misc/allegro-config.in~    2010-03-03 11:07:40.000000000 +0100
++++ allegro-4.4.1.1/misc/allegro-config.in     2010-03-15 16:01:04.957931016 +0100
+@@ -190,9 +190,9 @@
  if test "$echo_libs" = "yes"; then
--   libdirs=-L${exec_prefix}/lib
-+   if test "$exec_prefix" = "/usr"; then
-+      libdirs=
-+   else
-+      libdirs="-L${libdir}"
-+   fi
+    test -z "$addon_form" && 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
     else
--      echo $libdirs $allegro_ldflags -l${lib_type}-${version} -l${lib_type}_unsharable
-+      echo $libdirs$allegro_ldflags -l${lib_type}-${version} -l${lib_type}_unsharable
+-      echo $libdirs $allegro_ldflags -l${lib_type}
++      echo $libdirs$allegro_ldflags -l${lib_type}
     fi
  fi
  
This page took 0.058889 seconds and 4 git commands to generate.