Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 10:35:52 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483265 - head/devel/poco-ssl
Message-ID:  <201810281035.w9SAZqb2068618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Oct 28 10:35:52 2018
New Revision: 483265
URL: https://svnweb.freebsd.org/changeset/ports/483265

Log:
  Fix build on powerpc64.
  
  PR:		232049
  Submitted by:	Piotr Kubaj

Modified:
  head/devel/poco-ssl/Makefile

Modified: head/devel/poco-ssl/Makefile
==============================================================================
--- head/devel/poco-ssl/Makefile	Sun Oct 28 10:35:29 2018	(r483264)
+++ head/devel/poco-ssl/Makefile	Sun Oct 28 10:35:52 2018	(r483265)
@@ -21,7 +21,11 @@ BROKEN_SSL_REASON_openssl-devel=	field has incomplete 
 
 CONFLICTS=	poco-[0-9]*
 
-USES=		gmake tar:bzip2 ssl
+USES=		${USES_${ARCH}} gmake tar:bzip2 ssl
+USES_powerpc=	compiler:c++11-lang
+USES_powerpcspe=	compiler:c++11-lang
+USES_powerpc64=	compiler:c++11-lang
+USES_sparc64=	compiler:c++11-lang
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --config=FreeBSD
 USE_LDCONFIG=	yes



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