]> git.pld-linux.org Git - packages/allegro.git/commitdiff
- adapted for 4.3.1 version auto/th/allegro-4_3_1-1 auto/ti/allegro-4_3_1-1
authorlisu <lisu@pld-linux.org>
Sun, 17 Jun 2007 10:01:03 +0000 (10:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro-config.patch -> 1.2

allegro-config.patch

index 81c127da5d199eff04249a4db6e57e69935d7721..5e1f3d1f89b66229091eeba990ec65c9a9f9cfc9 100644 (file)
@@ -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
This page took 0.044671 seconds and 4 git commands to generate.