svn commit: r541264 - head/sysutils/bamf
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Jul 5 09:13:06 UTC 2020
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
More information about the svn-ports-all
mailing list