- 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)
11 lines
533 B
Text
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)
|