]> git.pld-linux.org Git - packages/allegro.git/blob - allegro-config.patch
- start update to 4.4.1.1 (4.4 branch)
[packages/allegro.git] / allegro-config.patch
1 --- allegro-4.3.1/misc/allegro-config.in~       2007-06-17 02:44:32.000000000 +0200
2 +++ allegro-4.3.1/misc/allegro-config.in        2007-06-17 02:45:48.000000000 +0200
3 @@ -183,9 +183,9 @@
4  if test "$echo_libs" = "yes"; then
5     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}-${version} -l${lib_type}_unsharable
11 +      echo $libdirs$allegro_ldflags -l${lib_type}-${version} -l${lib_type}_unsharable
12     fi
13  fi
14  
This page took 0.022889 seconds and 3 git commands to generate.