Date: Tue, 25 Sep 2018 07:53:26 +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: r480646 - head/devel/lasi Message-ID: <201809250753.w8P7rQae065892@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Sep 25 07:53:26 2018 New Revision: 480646 URL: https://svnweb.freebsd.org/changeset/ports/480646 Log: Fix build on gcc-based archs. PR: 231596 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/devel/lasi/Makefile Modified: head/devel/lasi/Makefile ============================================================================== --- head/devel/lasi/Makefile Tue Sep 25 07:48:46 2018 (r480645) +++ head/devel/lasi/Makefile Tue Sep 25 07:53:26 2018 (r480646) @@ -17,7 +17,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl OPTIONS_DEFINE= DOXYGEN EXAMPLES OPTIONS_SUB= yes -USES= cmake pathfix pkgconfig +USES= cmake compiler:c++11-lang gnome pathfix pkgconfig PATHFIX_CMAKELISTSTXT= pkg-config.cmake USE_GNOME= pango
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809250753.w8P7rQae065892>