aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-24 13:07:17 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-24 13:07:17 +0000
commit29e952ff0d8f5fbd406cbcf4fa83fa63c61a2fb3 (patch)
tree4ec2ad07477e386785a11f92cbe117583a1c0ee5 /x11
parent440bc11c84349fe8504ba791268ba4faa9653576 (diff)
downloadports-29e952ff0d8f5fbd406cbcf4fa83fa63c61a2fb3.tar.gz
ports-29e952ff0d8f5fbd406cbcf4fa83fa63c61a2fb3.zip
x11/xfce4-conf: fix build on GCC architectures
Use C11 compiler: /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk' /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=512710
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-conf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce4-conf/Makefile b/x11/xfce4-conf/Makefile
index c604a18fe556..e5c26c59ef8d 100644
--- a/x11/xfce4-conf/Makefile
+++ b/x11/xfce4-conf/Makefile
@@ -15,8 +15,8 @@ LICENSE= GPLv2
BUILD_DEPENDS= p5-XML-Parser>=2.44:textproc/p5-XML-Parser
-USES= gettext-tools gmake gnome libtool pathfix perl5 pkgconfig \
- tar:bzip2 xfce xorg
+USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \
+ pkgconfig tar:bzip2 xfce xorg
USE_GNOME= glib20 intltool
USE_LDCONFIG= yes
USE_PERL5= build