svn commit: r480646 - head/devel/lasi
Mark Linimon
linimon at FreeBSD.org
Tue Sep 25 07:53:27 UTC 2018
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
More information about the svn-ports-all
mailing list