svn commit: r478243 - in head/net/freerdp: . files

Steve Wills swills at FreeBSD.org
Mon Aug 27 18:12:36 UTC 2018


Author: swills
Date: Mon Aug 27 18:12:35 2018
New Revision: 478243
URL: https://svnweb.freebsd.org/changeset/ports/478243

Log:
  net/freerdp: Fix build failure
  
  PR:		230954
  Submitted by:	kevans (maintainer)
  Reported by:	rozhuk.im at gmail.com

Deleted:
  head/net/freerdp/files/patch-CMakeLists.txt
Modified:
  head/net/freerdp/Makefile   (contents, props changed)

Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile	Mon Aug 27 17:43:52 2018	(r478242)
+++ head/net/freerdp/Makefile	Mon Aug 27 18:12:35 2018	(r478243)
@@ -13,6 +13,8 @@ COMMENT=	Free implementation of Remote Desktop Protoco
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim
+
 USES=		alias cmake:outsource compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl
 USE_LDCONFIG=	yes
 CPE_VENDOR=	freerdp_project
@@ -73,8 +75,7 @@ SSE_CMAKE_BOOL=		WITH_SSE2
 
 WAYLAND_DESC=		Build FreeRDP Wayland client
 WAYLAND_BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
-WAYLAND_LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim \
-			libwayland-client.so:graphics/wayland \
+WAYLAND_LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
 			libwayland-cursor.so:graphics/wayland \
 			libxkbcommon.so:x11/libxkbcommon
 WAYLAND_CMAKE_BOOL=	WITH_WAYLAND


More information about the svn-ports-all mailing list