Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2020 01:23:04 +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: r539514 - head/x11-toolkits/swt
Message-ID:  <202006180123.05I1N4La035595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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