freebsd-ports/audio/xmms2/files/patch-src-plugins-airplay-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
533 B
Text

--- src/plugins/airplay/wscript.orig 2010-02-19 18:43:54.000000000 +0100
+++ src/plugins/airplay/wscript 2010-03-17 15:14:34.459359323 +0100
@@ -12,8 +12,6 @@ rtspmessage.c
def plugin_configure(conf):
# MinGW doesn't ship sys/select.h
conf.check_cc(header_name='sys/select.h')
- conf.check_cfg(package="openssl", args="--cflags --libs",
- uselib_store="openssl")
configure, build = plugin("airplay", configure=plugin_configure,
source = source, libs=["openssl"], output_prio=4)