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

Mark Linimon linimon at FreeBSD.org
Thu Jun 18 01:23:04 UTC 2020


Author: linimon
Date: Thu Jun 18 01:23:03 2020
New Revision: 539514
URL: https://svnweb.freebsd.org/changeset/ports/539514

Log:
  Add compiler:c++11-lang to USES to attempt to fix build on GCC-based
  systems.  It is necessary but insufficient, but at least it allows
  us to get further.
  
  Now it fails on powerpc64-12 the same way it does on powerpc64-13:
  
    callback.c: error: initializer element is not a compile-time constant
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11-toolkits/swt/Makefile

Modified: head/x11-toolkits/swt/Makefile
==============================================================================
--- head/x11-toolkits/swt/Makefile	Thu Jun 18 01:19:03 2020	(r539513)
+++ head/x11-toolkits/swt/Makefile	Thu Jun 18 01:23:03 2020	(r539514)
@@ -14,7 +14,7 @@ LICENSE=	EPL
 
 ONLY_FOR_ARCHS=	amd64 i386 powerpc64
 
-USES=		gl gnome pkgconfig zip:infozip xorg
+USES=		compiler:c++11-lang gl gnome pkgconfig zip:infozip xorg
 
 USE_ANT=	yes
 USE_GL=		glu gl


More information about the svn-ports-all mailing list