Date: Fri, 15 Mar 2019 00:22:03 +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: r495751 - head/deskutils/znotes Message-ID: <201903150022.x2F0M3mb022887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903150022.x2F0M3mb022887>