aboutsummaryrefslogtreecommitdiff
path: root/devel/glib20
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-05-06 20:13:10 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-05-06 20:13:10 +0000
commit910185205211e7bf1a73c24ea90c7c9f41541dfa (patch)
tree10dbadbffe7588f28b5b82f79e5d5b3eabfbfe72 /devel/glib20
parent6a75b47fc393835074ff43633af713f7257b7e1a (diff)
downloadports-910185205211e7bf1a73c24ea90c7c9f41541dfa.tar.gz
ports-910185205211e7bf1a73c24ea90c7c9f41541dfa.zip
Sprinkle some fixes to make these ports build on ARCH's that don't
have clang as the default compiler. Submitted by: jhibbits@ Differential Revision: https://reviews.freebsd.org/D10628
Notes
Notes: svn path=/head/; revision=440288
Diffstat (limited to 'devel/glib20')
-rw-r--r--devel/glib20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index efe0188861c1..023c92f76ab5 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -26,8 +26,8 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
# iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo)
# (wchar_t is used by glibmm, rawtherapee triggered this)
-USES+= gettext gmake gnome iconv:wchar_t libtool localbase pathfix perl5 \
- pkgconfig python shebangfix
+USES+= compiler:c11 gettext gmake gnome iconv:wchar_t libtool \
+ localbase pathfix perl5 pkgconfig python shebangfix
USE_PYTHON= py3kplist
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
--disable-man --without-xml-catalog \