freebsd-ports/audio/xmms2/files/patch-patch-src-plugins-musepack-wscript
Guido Falsi 2542e7f308 - Update xmms2 to 0.8 [1]
- Add SNDFILE option [1]
- Don't install test and debugging components by default [2]
- Fix slave ports
- Take maintainership

PR:		ports/163056
Submitted by:	Jan Beich <jbeich@tormail.net> [1] and [2] partly
Approved by:    crees (mentor)
2012-05-08 18:47:50 +00:00

11 lines
532 B
Text

--- src/plugins/musepack/wscript.orig 2010-09-10 22:55:03.412930402 +0200
+++ src/plugins/musepack/wscript 2010-09-10 23:02:05.738208553 +0200
@@ -8,7 +8,7 @@ def plugin_configure(conf):
conf.check_cc(header_name="mpcdec/mpcdec.h", defines="HAVE_MPCDEC_OLD",
uselib_store="mpcdec")
- conf.check_cc(lib="mpcdec", uselib_store="mpcdec")
+ conf.check_cc(lib="mpcdec", uselib="math", uselib_store="mpcdec")
configure, build = plugin("musepack", configure=plugin_configure,
libs=["mpcdec"])