From b61e6caf5e86ee28a979efe90296e359c9e627ce Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 3 Oct 2019 03:36:46 +0000 Subject: [PATCH] Two new XFCE4 fixes for GCC architectures. Approved by: mentors (implicit approval) --- misc/xfce4-weather-plugin/Makefile | 3 ++- sysutils/xfce4-diskperf-plugin/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 85a85a0729cf..f40c1098974f 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:devel/libsoup -USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ + tar:bzip2 xfce USE_GNOME= cairo glib20 gtk30 intltool libxml2 USE_XFCE= panel USE_LDCONFIG= yes diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile index fedf25baf033..072bd3463a0d 100644 --- a/sysutils/xfce4-diskperf-plugin/Makefile +++ b/sysutils/xfce4-diskperf-plugin/Makefile @@ -14,7 +14,8 @@ COMMENT= Graphical representation of the disk IO LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext-tools gnome gmake libtool pkgconfig tar:bzip2 xfce +USES= compiler:c11 gettext-tools gnome gmake libtool pkgconfig \ + tar:bzip2 xfce USE_GNOME= cairo gtk30 intltool USE_XFCE= panel