svn commit: r491046 - head/deskutils/znotes

Alexandre C. Guimarães rigoletto at FreeBSD.org
Wed Jan 23 17:05:06 UTC 2019


Author: rigoletto
Date: Wed Jan 23 17:05:05 2019
New Revision: 491046
URL: https://svnweb.freebsd.org/changeset/ports/491046

Log:
  deskutils/znotes: fix build with GCC-based architectures
  
  PR:		235155
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>
  Approved by:	tcberner (mentor)

Modified:
  head/deskutils/znotes/Makefile

Modified: head/deskutils/znotes/Makefile
==============================================================================
--- head/deskutils/znotes/Makefile	Wed Jan 23 16:03:33 2019	(r491045)
+++ head/deskutils/znotes/Makefile	Wed Jan 23 17:05:05 2019	(r491046)
@@ -30,7 +30,7 @@ EXPIRATION_DATE=2019-03-15
 USES+=		qt:4
 USE_QT=		uic_build moc_build rcc_build linguisttools_build corelib gui network xml
 . else
-USES+=		qt:5
+USES+=		compiler:c++11-lang qt:5
 USE_QT=		buildtools_build linguisttools_build core gui network printsupport widgets xml
 . endif
 


More information about the svn-ports-all mailing list