Date: Wed, 23 Jan 2019 17:05:05 +0000 (UTC) From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491046 - head/deskutils/znotes Message-ID: <201901231705.x0NH55K7088625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901231705.x0NH55K7088625>