svn commit: r549854 - head/x11-toolkits/swt

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 21:13:39 UTC 2020


Author: linimon
Date: Wed Sep 23 21:13:38 2020
New Revision: 549854
URL: https://svnweb.freebsd.org/changeset/ports/549854

Log:
  Allow building on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11-toolkits/swt/Makefile

Modified: head/x11-toolkits/swt/Makefile
==============================================================================
--- head/x11-toolkits/swt/Makefile	Wed Sep 23 21:11:20 2020	(r549853)
+++ head/x11-toolkits/swt/Makefile	Wed Sep 23 21:13:38 2020	(r549854)
@@ -12,7 +12,7 @@ COMMENT=	Standard Widget Toolkit for Java
 
 LICENSE=	EPL
 
-ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le
 
 USES=		compiler:c++11-lang gl gnome pkgconfig zip:infozip xorg
 
@@ -49,6 +49,7 @@ DISTNAME_i386=		${PORTNAME}-${DISTVERSION}-gtk-linux-x
 # The source code for x86_64 and ppc64 is identical, so prefer x86_64 tarball
 # to save space and time
 DISTNAME_powerpc64=	${PORTNAME}-${DISTVERSION}-gtk-linux-x86_64
+DISTNAME_powerpc64le=	${PORTNAME}-${DISTVERSION}-gtk-linux-x86_64
 
 .if ${.TARGETS:Mmakesum}
 . for i in ${ONLY_FOR_ARCHS}


More information about the svn-ports-head mailing list