Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2018 18:12:36 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478243 - in head/net/freerdp: . files
Message-ID:  <201808271812.w7RICa3Y046404@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808271812.w7RICa3Y046404>