aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-22 16:34:42 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-22 16:34:42 +0000
commit1d1f5a4e3174922dc82a7e824c2d2d75176f4ad5 (patch)
tree3a54bb48cb42648b0dd899be7508d4bee8a9b75b /x11
parent04c09fcd8d76bdcba6983979a474c52ffd997073 (diff)
downloadports-1d1f5a4e3174922dc82a7e824c2d2d75176f4ad5.tar.gz
ports-1d1f5a4e3174922dc82a7e824c2d2d75176f4ad5.zip
x11/libxfce4util: fix build on GCC architectures
Add USES=compiler:c11 to fix: ../libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk' ../libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=512593
Diffstat (limited to 'x11')
-rw-r--r--x11/libxfce4util/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile
index 7cd41a1c102a..553a3ab73a9c 100644
--- a/x11/libxfce4util/Makefile
+++ b/x11/libxfce4util/Makefile
@@ -12,8 +12,8 @@ COMMENT= Extension library for the Xfce desktop environment
LICENSE= GPLv2
-USES= gettext-tools gmake gnome libtool pathfix perl5 pkgconfig \
- tar:bzip2 xfce
+USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \
+ pkgconfig tar:bzip2 xfce
USE_GNOME= glib20 intltool
USE_LDCONFIG= yes