svn commit: r541360 - head/graphics/elementary-photos

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 6 19:37:56 UTC 2020


Author: pkubaj
Date: Mon Jul  6 19:37:55 2020
New Revision: 541360
URL: https://svnweb.freebsd.org/changeset/ports/541360

Log:
  graphics/elementary-photos: fix build on GCC architectures
  
  Use newer GCC:
  cc1: error: unrecognized command line option "-Wno-incompatible-pointer-types"
  
  MFH:		2020Q3 (fix build blanket)

Modified:
  head/graphics/elementary-photos/Makefile

Modified: head/graphics/elementary-photos/Makefile
==============================================================================
--- head/graphics/elementary-photos/Makefile	Mon Jul  6 19:03:52 2020	(r541359)
+++ head/graphics/elementary-photos/Makefile	Mon Jul  6 19:37:55 2020	(r541360)
@@ -30,8 +30,8 @@ LIB_DEPENDS=	libaccounts-glib.so:net-im/libaccounts-gl
 		libwebp.so:graphics/webp \
 		libxml2.so:textproc/libxml2
 
-USES=			desktop-file-utils gettext gnome meson ninja \
-			pkgconfig sqlite xorg
+USES=			compiler:c11 desktop-file-utils gettext gnome meson \
+			ninja pkgconfig sqlite xorg
 USE_GITHUB=		yes
 GH_ACCOUNT=		elementary
 GH_PROJECT=		photos


More information about the svn-ports-all mailing list