svn commit: r541265 - branches/2020Q3/sysutils/bamf

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jul 5 09:14:04 UTC 2020


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


More information about the svn-ports-all mailing list