svn commit: r522561 - head/net/freerdp1

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 10 10:05:39 UTC 2020


Author: pkubaj
Date: Fri Jan 10 10:05:38 2020
New Revision: 522561
URL: https://svnweb.freebsd.org/changeset/ports/522561

Log:
  net/freerdp1: unbreak on powerpc64 elfv2
  
  Builds fine on head, which uses elfv2.

Modified:
  head/net/freerdp1/Makefile

Modified: head/net/freerdp1/Makefile
==============================================================================
--- head/net/freerdp1/Makefile	Fri Jan 10 09:30:15 2020	(r522560)
+++ head/net/freerdp1/Makefile	Fri Jan 10 10:05:38 2020	(r522561)
@@ -13,7 +13,8 @@ COMMENT=	Free implementation of Remote Desktop Protoco
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to build: ninja: error: build.ninja:315: bad $-escape (literal $ must be written as $$)
+BROKEN_FreeBSD_11_powerpc64=	fails to build: ninja: error: build.ninja:315: bad $-escape (literal $ must be written as $$)
+BROKEN_FreeBSD_12_powerpc64=	fails to build: ninja: error: build.ninja:315: bad $-escape (literal $ must be written as $$)
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeRDP


More information about the svn-ports-all mailing list