Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 12:58:11 +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: r483290 - head/x11-toolkits/qt5pas
Message-ID:  <201810281258.w9SCwBnR044578@repo.freebsd.org>

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



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