aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-06 19:39:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-06 19:39:16 +0000
commit8e7ac5c97a80f13fa2dfc9c31a2ab2d01d4c81dc (patch)
treeb843aa78be33fba5cb418e9c6689606a91fadce1 /graphics
parent686a3950d405923362d9f7ee37148f3af605d72c (diff)
downloadports-8e7ac5c97a80f13fa2dfc9c31a2ab2d01d4c81dc.tar.gz
ports-8e7ac5c97a80f13fa2dfc9c31a2ab2d01d4c81dc.zip
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)
Notes
Notes: svn path=/branches/2020Q3/; revision=541361
Diffstat (limited to 'graphics')
-rw-r--r--graphics/elementary-photos/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/elementary-photos/Makefile b/graphics/elementary-photos/Makefile
index 2762f5bc8f45..3b359e333354 100644
--- a/graphics/elementary-photos/Makefile
+++ b/graphics/elementary-photos/Makefile
@@ -30,8 +30,8 @@ LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib \
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