openbsd-ports/games/allegro/patches/patch-misc_deplib_sh
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
442 B
Plaintext

$OpenBSD: patch-misc_deplib_sh,v 1.1.1.1 2009/10/15 14:38:06 phessler Exp $
--- misc/deplib.sh.orig Sat May 17 14:58:09 2003
+++ misc/deplib.sh Thu Oct 15 13:12:43 2009
@@ -10,7 +10,7 @@ write_code() {
staticlib="lib${1}.a"
staticobj="\$(${2}_OBJECTS)"
- sharelib="lib${1}-\$(shared_version).so"
+ sharelib="lib${1}.so.\$(shared_major_minor)"
shareobj="\$(${2}_SHARED_OBJECTS)"
unsharelib="lib${1}_unsharable.a"