svn commit: r495751 - head/deskutils/znotes

Mark Linimon linimon at FreeBSD.org
Fri Mar 15 00:22:03 UTC 2019


Author: linimon
Date: Fri Mar 15 00:22:02 2019
New Revision: 495751
URL: https://svnweb.freebsd.org/changeset/ports/495751

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  While here, add gl to USES in accordance with modern usage.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/deskutils/znotes/Makefile

Modified: head/deskutils/znotes/Makefile
==============================================================================
--- head/deskutils/znotes/Makefile	Fri Mar 15 00:11:37 2019	(r495750)
+++ head/deskutils/znotes/Makefile	Fri Mar 15 00:22:02 2019	(r495751)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 FLAVORS=	qt5 qt4
 FLAVOR?=	${FLAVORS:[1]}
 
-USES=		qmake
+USES=		compiler:c++11-lang gl qmake
 USE_GL=		gl
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list