patch-misc_allegro-config_in 542 B

12345678910111213
  1. $OpenBSD: patch-misc_allegro-config_in,v 1.1.1.1 2009/10/15 14:38:06 phessler Exp $
  2. --- misc/allegro-config.in.orig Sun Jul 22 10:32:32 2007
  3. +++ misc/allegro-config.in Thu Oct 15 13:15:51 2009
  4. @@ -185,7 +185,7 @@ if test "$echo_libs" = "yes"; then
  5. if test "$static_libs" = "yes"; then
  6. echo $libdirs $allegro_ldflags -l${lib_type} $allegro_libs
  7. else
  8. - echo $libdirs $allegro_ldflags -l${lib_type}-${version} -l${lib_type}_unsharable
  9. + echo $libdirs $allegro_ldflags -l${lib_type} -l${lib_type}_unsharable
  10. fi
  11. fi