]> git.pld-linux.org Git - packages/allegro.git/blob - allegro-config.patch
- outdated/unsupported
[packages/allegro.git] / allegro-config.patch
1 --- allegro-4.4.1.1/misc/allegro-config.in~     2010-03-03 11:07:40.000000000 +0100
2 +++ allegro-4.4.1.1/misc/allegro-config.in      2010-03-15 16:01:04.957931016 +0100
3 @@ -190,9 +190,9 @@
4  if test "$echo_libs" = "yes"; then
5     test -z "$addon_form" && libdirs=-L${lib_path}
6     if test "$static_libs" = "yes"; then
7 -      echo $libdirs $allegro_ldflags -l${lib_type} $allegro_libs
8 +      echo $libdirs$allegro_ldflags -l${lib_type} $allegro_libs
9     else
10 -      echo $libdirs $allegro_ldflags -l${lib_type}
11 +      echo $libdirs$allegro_ldflags -l${lib_type}
12     fi
13  fi
14  
This page took 0.060983 seconds and 3 git commands to generate.