Add compiler:c11 to USES to fix build with GCC-based architectures.
PR: 232558 Submitted by: Piotr Kubaj Reviewed by: Ting-Wei Lan Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
e90bd0a194
commit
1af65c3632
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485727
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \
|
||||
libdbus-glib-1.so:devel/dbus-glib
|
||||
|
||||
USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz
|
||||
USES= compiler:c11 gettext gmake gnome libtool localbase \
|
||||
pathfix pkgconfig tar:xz
|
||||
USE_GNOME= intlhack glib20 introspection:build
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Reference in a new issue