]> git.pld-linux.org Git - packages/allegro.git/blame - allegro-config.patch
- new URLs, updated to 4.4.3.1
[packages/allegro.git] / allegro-config.patch
CommitLineData
d1730b8f 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 @@
8015e2ae 4 if test "$echo_libs" = "yes"; then
d1730b8f 5 test -z "$addon_form" && 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
d1730b8f 10- echo $libdirs $allegro_ldflags -l${lib_type}
11+ echo $libdirs$allegro_ldflags -l${lib_type}
8015e2ae
JB
12 fi
13 fi
14
This page took 0.060734 seconds and 4 git commands to generate.