]> git.pld-linux.org Git - packages/allegro.git/blame - allegro-config.patch
- start update to 4.4.1.1 (4.4 branch)
[packages/allegro.git] / allegro-config.patch
CommitLineData
0686233a 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 @@
8015e2ae 4 if test "$echo_libs" = "yes"; then
0686233a 5 libdirs=-L${lib_path}
8015e2ae
JB
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.05365 seconds and 4 git commands to generate.