Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2018 23:32:08 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483627 - head/devel/gwenhywfar
Message-ID:  <201810312332.w9VNW8lU024995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Wed Oct 31 23:32:08 2018
New Revision: 483627
URL: https://svnweb.freebsd.org/changeset/ports/483627

Log:
  devel/gwenhywfar-qt5: Fix build on powerpc64
  
  PR:		232844
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Sponsored by:	IntegriCloud

Modified:
  head/devel/gwenhywfar/Makefile

Modified: head/devel/gwenhywfar/Makefile
==============================================================================
--- head/devel/gwenhywfar/Makefile	Wed Oct 31 23:26:38 2018	(r483626)
+++ head/devel/gwenhywfar/Makefile	Wed Oct 31 23:32:08 2018	(r483627)
@@ -66,7 +66,7 @@ CONFIGURE_ARGS+=--with-qt4-includes=${QT_INCDIR} \
 		--with-qt4-moc=${MOC} \
 		--with-qt4-uic=${UIC}
 .  elif ${SLAVEPORT}=="qt5"
-USES+=		qmake:no_env qt:5
+USES+=		compiler:c++11-lang qmake:no_env qt:5
 USE_GL=		gl
 USE_QT=		core gui widgets \
 		buildtools_build qmake_build



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