Date: Sun, 5 Jul 2020 09:14:03 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541265 - branches/2020Q3/sysutils/bamf Message-ID: <202007050914.0659E3oY023529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Jul 5 09:14:03 2020 New Revision: 541265 URL: https://svnweb.freebsd.org/changeset/ports/541265 Log: MFH: r541264 sysutils/bamf: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Warray-bounds" Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/sysutils/bamf/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/sysutils/bamf/Makefile ============================================================================== --- branches/2020Q3/sysutils/bamf/Makefile Sun Jul 5 09:13:05 2020 (r541264) +++ branches/2020Q3/sysutils/bamf/Makefile Sun Jul 5 09:14:03 2020 (r541265) @@ -18,8 +18,8 @@ BUILD_DEPENDS= vapigen:lang/vala \ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \ libstartup-notification-1.so:x11/startup-notification -USES= gettext-runtime gmake gnome libtool pathfix pkgconfig \ - python:3.5+,build xorg +USES= compiler:c11 gettext-runtime gmake gnome libtool pathfix \ + pkgconfig python:3.5+,build xorg GNU_CONFIGURE= yes USE_GNOME= gtk30 glib20 introspection:build libwnck3 cairo gdkpixbuf2 USE_XORG= x11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007050914.0659E3oY023529>