svn commit: r483627 - head/devel/gwenhywfar

Jason E. Hale jhale at FreeBSD.org
Wed Oct 31 23:32:09 UTC 2018


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 at 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


More information about the svn-ports-all mailing list