openbsd-ports/games/allegro/patches/patch-misc_allegro-config_in
phessler c734e403c5 Allegro is a cross-platform library intended for use in computer games
and other types of multimedia programming.

right now this does not use sndio, will convert in-tree.

originally from & "that's an okay if you promise to take care of allegro
sndio backend ;)" landry@
2009-10-15 14:38:05 +00:00

13 lines
542 B
Plaintext

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