]> git.pld-linux.org Git - packages/allegro5.git/blob - allegro5-config.patch
- obsoleted by allegro5
[packages/allegro5.git] / allegro5-config.patch
1 --- allegro-4.9.3/misc/allegro5-config.in~      2008-05-12 13:17:40.502753489 +0200
2 +++ allegro-4.9.3/misc/allegro5-config.in       2008-05-12 13:18:32.301896453 +0200
3 @@ -185,9 +185,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
11 +      echo $libdirs$allegro_ldflags -l${lib_type}-${version} -l${lib_type}_unsharable
12     fi
13  fi
14  
This page took 0.119756 seconds and 3 git commands to generate.