svn commit: r410985 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 13 14:56:13 UTC 2016


Author: sunpoet
Date: Sun Mar 13 14:56:12 2016
New Revision: 410985
URL: https://svnweb.freebsd.org/changeset/ports/410985

Log:
  - Fix build with RTMP enabled
  
  PR:		207513
  Submitted by:	Alexandr Matveev <timon at timon.net.nz>

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Sun Mar 13 14:56:07 2016	(r410984)
+++ head/ftp/curl/Makefile	Sun Mar 13 14:56:12 2016	(r410985)
@@ -128,6 +128,7 @@ PSL_CONFIGURE_WITH=	libpsl
 PSL_LIB_DEPENDS=	libpsl.so:${PORTSDIR}/dns/libpsl
 RTMP_CONFIGURE_WITH=	librtmp
 RTMP_LIB_DEPENDS=	librtmp.so:${PORTSDIR}/multimedia/librtmp
+RTMP_USES=		pkgconfig
 THREADED_RESOLVER_CONFIGURE_ENABLE=	threaded-resolver
 TLS_SRP_CONFIGURE_ENABLE=	tls-srp
 WOLFSSL_CONFIGURE_WITH=	cyassl


More information about the svn-ports-all mailing list