]> git.pld-linux.org Git - packages/allegro5.git/blame - allegro5-config.patch
- up to 5.0.2.1
[packages/allegro5.git] / allegro5-config.patch
CommitLineData
328fc681 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.03064 seconds and 4 git commands to generate.