Date: Mon, 6 Jul 2020 19:37:55 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541360 - head/graphics/elementary-photos Message-ID: <202007061937.066JbtHL099523@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007061937.066JbtHL099523>