aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-11-24 07:20:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-11-24 07:20:56 +0000
commit3223fc465741f7e890576442f91ac297abcbcf74 (patch)
treee987daace99050740674d633914a2a93d8ad60bb /x11-toolkits
parent1af65c3632466bb831ee83af7da5ff9afb1e4b8c (diff)
downloadports-3223fc465741f7e890576442f91ac297abcbcf74.tar.gz
ports-3223fc465741f7e890576442f91ac297abcbcf74.zip
Add compiler:c11 to USES to fix build with GCC-based architectures.
PR: 232577 Submitted by: Piotr Kubaj Reviewed by: Ting-Wei Lan Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=485728
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libdazzle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libdazzle/Makefile b/x11-toolkits/libdazzle/Makefile
index 7b86efc89626..643159bd66b3 100644
--- a/x11-toolkits/libdazzle/Makefile
+++ b/x11-toolkits/libdazzle/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
-USES= gnome meson pkgconfig tar:xz
+USES= compiler:c11 gnome meson pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
.include <bsd.port.mk>