svn commit: r540992 - head/editors/elementary-code

Mark Linimon linimon at FreeBSD.org
Wed Jul 1 20:43:24 UTC 2020


Author: linimon
Date: Wed Jul  1 20:43:23 2020
New Revision: 540992
URL: https://svnweb.freebsd.org/changeset/ports/540992

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    /usr/local/include/libgit2-glib-1.0/libgit2-glib/ggit-ref.h:33: error: redefinition of typedef 'GgitRef'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/editors/elementary-code/Makefile

Modified: head/editors/elementary-code/Makefile
==============================================================================
--- head/editors/elementary-code/Makefile	Wed Jul  1 20:07:47 2020	(r540991)
+++ head/editors/elementary-code/Makefile	Wed Jul  1 20:43:23 2020	(r540992)
@@ -28,8 +28,8 @@ LIB_DEPENDS=	libatk-1.0.so:accessibility/atk \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
 		libzeitgeist-2.0.so:sysutils/zeitgeist
 
-USES=		desktop-file-utils gettext gnome meson ninja pkgconfig \
-		python:build xorg
+USES=		compiler:c++11-lang desktop-file-utils gettext gnome meson \
+		ninja pkgconfig python:build xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	elementary
 GH_PROJECT=	code


More information about the svn-ports-all mailing list