svn commit: r483253 - head/math/muparser

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 09:45:58 UTC 2018


Author: linimon
Date: Sun Oct 28 09:45:57 2018
New Revision: 483253
URL: https://svnweb.freebsd.org/changeset/ports/483253

Log:
  Fix build on powerpc.
  
  PR:		232327
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/muparser/Makefile

Modified: head/math/muparser/Makefile
==============================================================================
--- head/math/muparser/Makefile	Sun Oct 28 09:42:43 2018	(r483252)
+++ head/math/muparser/Makefile	Sun Oct 28 09:45:57 2018	(r483253)
@@ -15,7 +15,11 @@ LICENSE_FILE=	${WRKSRC}/License.txt
 USE_GITHUB=	yes
 GH_ACCOUNT=	beltoforion
 
-USES=		dos2unix pathfix
+USES=		${USES_${ARCH}} dos2unix pathfix
+USES_powerpc64=	compiler:c++11-lang
+USES_powerpc=	compiler:c++11-lang
+USES_powerpcspe=	compiler:c++11-lang
+USES_sparc64=	compiler:c++11-lang
 USE_LDCONFIG=	yes
 
 ALL_TARGET=	lib


More information about the svn-ports-all mailing list