Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
485 B
Text
11 lines
485 B
Text
--- src/plugins/airplay/wscript.orig 2011-10-20 19:26:08 UTC
|
|
+++ src/plugins/airplay/wscript
|
|
@@ -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)
|