Date: Sun, 24 Mar 2019 09:45:48 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496709 - head/www/midori Message-ID: <201903240945.x2O9jmuL023215@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Sun Mar 24 09:45:48 2019 New Revision: 496709 URL: https://svnweb.freebsd.org/changeset/ports/496709 Log: Add USES=compiler:c++11-lang to fix build on GCC architectures. PR: 236713 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/www/midori/Makefile Modified: head/www/midori/Makefile ============================================================================== --- head/www/midori/Makefile Sun Mar 24 09:20:30 2019 (r496708) +++ head/www/midori/Makefile Sun Mar 24 09:45:48 2019 (r496709) @@ -24,8 +24,8 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= cmake desktop-file-utils gettext gnome libarchive localbase:ldflags \ - pkgconfig sqlite tar:bzip2 +USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ + libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 USE_GNOME= cairo glib20 gtk30 intltool introspection libxml2 USE_XORG= xscrnsaver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903240945.x2O9jmuL023215>