Date: Sun, 28 Oct 2018 11:32:32 +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: r483281 - head/graphics/lprof-devel Message-ID: <201810281132.w9SBWW5q002349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Oct 28 11:32:32 2018 New Revision: 483281 URL: https://svnweb.freebsd.org/changeset/ports/483281 Log: Fix build with GCC-based architectures. PR: 232006 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/graphics/lprof-devel/Makefile Modified: head/graphics/lprof-devel/Makefile ============================================================================== --- head/graphics/lprof-devel/Makefile Sun Oct 28 11:28:20 2018 (r483280) +++ head/graphics/lprof-devel/Makefile Sun Oct 28 11:32:32 2018 (r483281) @@ -16,7 +16,7 @@ LIB_DEPENDS= liblcms.so:graphics/lcms \ libtiff.so:graphics/tiff \ libvigraimpex.so:graphics/vigra -USES= cmake desktop-file-utils jpeg qt:4 tar:bzip2 +USES= cmake compiler:c++11-lang desktop-file-utils jpeg qt:4 tar:bzip2 USE_XORG= x11 xext sm ice xxf86vm USE_QT= corelib gui qt3support svg assistantclient \ linguisttools_build qmake_build moc_build uic_build rcc_build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281132.w9SBWW5q002349>