svn commit: r541361 - branches/2020Q3/graphics/elementary-photos

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 6 19:39:17 UTC 2020


Author: pkubaj
Date: Mon Jul  6 19:39:16 2020
New Revision: 541361
URL: https://svnweb.freebsd.org/changeset/ports/541361

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

Modified:
  branches/2020Q3/graphics/elementary-photos/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/graphics/elementary-photos/Makefile
==============================================================================
--- branches/2020Q3/graphics/elementary-photos/Makefile	Mon Jul  6 19:37:55 2020	(r541360)
+++ branches/2020Q3/graphics/elementary-photos/Makefile	Mon Jul  6 19:39:16 2020	(r541361)
@@ -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