Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2020 09:13:05 +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: r541264 - head/sysutils/bamf
Message-ID:  <202007050913.0659D5MC023335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jul  5 09:13:05 2020
New Revision: 541264
URL: https://svnweb.freebsd.org/changeset/ports/541264

Log:
  sysutils/bamf: fix build on GCC architectures
  
  Use newer GCC:
  cc1: error: unrecognized command line option "-Warray-bounds"
  
  MFH:		2020Q3 (fix build blanket)

Modified:
  head/sysutils/bamf/Makefile

Modified: head/sysutils/bamf/Makefile
==============================================================================
--- head/sysutils/bamf/Makefile	Sun Jul  5 09:10:50 2020	(r541263)
+++ head/sysutils/bamf/Makefile	Sun Jul  5 09:13:05 2020	(r541264)
@@ -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?202007050913.0659D5MC023335>