mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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)
This commit is contained in:
parent
04c09fcd8d
commit
1d1f5a4e31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512593
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user