openbsd-ports/audio/audacious/patches/patch-m4_buildsys_m4
dcoppa 864dad392e Update to audacious / audacious-plugins 3.3.1
With suggestions from Brad and stsp@
OK stsp@
2012-08-25 11:30:19 +00:00

13 lines
463 B
Plaintext

$OpenBSD: patch-m4_buildsys_m4,v 1.6 2012/08/25 11:30:19 dcoppa Exp $
--- m4/buildsys.m4.orig Sat Aug 11 22:11:00 2012
+++ m4/buildsys.m4 Thu Aug 16 13:13:37 2012
@@ -125,7 +125,7 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [
LIB_CFLAGS='-fPIC -DPIC'
LIB_LDFLAGS='-shared'
LIB_PREFIX='lib'
- LIB_SUFFIX='.so.${LIB_MAJOR}.${LIB_MINOR}'
+ LIB_SUFFIX='.so'
LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
PLUGIN_CFLAGS='-fPIC -DPIC'
PLUGIN_LDFLAGS='-shared'