svn commit: r483265 - head/devel/poco-ssl

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 10:35:53 UTC 2018


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


More information about the svn-ports-all mailing list