aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2017-05-07 04:13:10 +0800
committerkwm <kwm@FreeBSD.org>2017-05-07 04:13:10 +0800
commit90e5db8fe91ba1e99e79e038c7c4d269df874db9 (patch)
tree10dbadbffe7588f28b5b82f79e5d5b3eabfbfe72 /x11-toolkits
parentcbff3868f17fa849f03e369e4674bc8c902d0da3 (diff)
downloadfreebsd-ports-gnome-90e5db8fe91ba1e99e79e038c7c4d269df874db9.tar.gz
freebsd-ports-gnome-90e5db8fe91ba1e99e79e038c7c4d269df874db9.tar.zst
freebsd-ports-gnome-90e5db8fe91ba1e99e79e038c7c4d269df874db9.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
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk30/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 018d81961420..f6d728848b20 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -38,7 +38,8 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango
#gtk-update-icon-cache
-USES+= gettext gmake gnome libtool localbase pathfix perl5 pkgconfig
+USES+= compiler:c11 gettext gmake gnome libtool localbase \
+ pathfix perl5 pkgconfig
USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
xcomposite
CONFIGURE_ARGS= --enable-x11-backend \