openbsd-ports/audio/deadbeef/patches/patch-plugins_m3u_Makefile_am
shadchin 92009531de Changes proposed by aja@:
* add @comment for the libtool la files corresponding to modules
* fix RUN_DEPENDS
* add '${CONFIGURE_SHARED} --disable-static' in CONFIGURE_ARGS
* remove post-install hack, add the -avoid-version libtool option in the
  corresponding Makefile(s).

ok aja@, dcoppa@
2012-08-10 17:25:01 +00:00

13 lines
370 B
Plaintext

$OpenBSD: patch-plugins_m3u_Makefile_am,v 1.1 2012/08/10 17:25:01 shadchin Exp $
--- plugins/m3u/Makefile.am.orig Thu Aug 9 23:45:16 2012
+++ plugins/m3u/Makefile.am Thu Aug 9 23:45:22 2012
@@ -3,7 +3,7 @@ pkglib_LTLIBRARIES = m3u.la
m3u_la_SOURCES = m3u.c
-m3u_la_LDFLAGS = -module -lm
+m3u_la_LDFLAGS = -module -avoid-version -lm
m3u_la_LIBADD = $(LIBADD)