From 30ca65ed74064ef42e04ade2bba835470663a034 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 8 Oct 2019 08:09:38 +0000 Subject: [PATCH] x11-clocks/xfce4-datetime-plugin: fix build on GCC architectures Use C11 compiler (same reason as other xfce ports). Approved by: mentors (implicit approval) --- x11-clocks/xfce4-datetime-plugin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index bff05a6ce97f..efe7f7b56fed 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -12,7 +12,8 @@ COMMENT= Datetime panel plugin for the Xfce desktop LICENSE= GPLv2 -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 gtk30 intltool USE_XFCE= panel