svn commit: r483290 - head/x11-toolkits/qt5pas

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 12:58:12 UTC 2018


Author: linimon
Date: Sun Oct 28 12:58:11 2018
New Revision: 483290
URL: https://svnweb.freebsd.org/changeset/ports/483290

Log:
  Fix build with GCC-based architectures.
  
  PR:		232403
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11-toolkits/qt5pas/Makefile

Modified: head/x11-toolkits/qt5pas/Makefile
==============================================================================
--- head/x11-toolkits/qt5pas/Makefile	Sun Oct 28 12:54:16 2018	(r483289)
+++ head/x11-toolkits/qt5pas/Makefile	Sun Oct 28 12:58:11 2018	(r483290)
@@ -8,9 +8,9 @@ MASTER_SITES=	LOCAL/acm/
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Qt5 binding for FreePascal
 
-USE_LDCONFIG=	yes
-USES=		qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5
 USE_QT=		buildtools_build core gui network printsupport x11extras
+USE_LDCONFIG=	yes
 
 QT5_VER_MIN=	5.6.1
 


More information about the svn-ports-all mailing list