openbsd-ports/audio/audacious/patches/patch-src_libaudgui_Makefile
dcoppa 9c4fd16a67 Enable library versioning. An imminent sysutils/conky update will
use audacious' libraries (for its audacious flavor).

USE_GROFF is not needed.

Bump AUTOCONF_VERSION to 2.67.

Clue bat beating from Brad. OK jasper@
2011-04-27 11:44:12 +00:00

10 lines
336 B
Plaintext

$OpenBSD: patch-src_libaudgui_Makefile,v 1.1 2011/04/27 11:44:12 dcoppa Exp $
--- src/libaudgui/Makefile.orig Wed Apr 20 13:38:32 2011
+++ src/libaudgui/Makefile Wed Apr 20 13:39:06 2011
@@ -1,4 +1,4 @@
-LIB = ${LIB_PREFIX}audgui${LIB_SUFFIX}
+LIB = ${LIB_PREFIX}audgui${LIB_SUFFIX}.${LIBaudgui_VERSION}
LIB_MAJOR = 1
LIB_MINOR = 0