aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility
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 /accessibility
parentcbff3868f17fa849f03e369e4674bc8c902d0da3 (diff)
downloadfreebsd-ports-graphics-90e5db8fe91ba1e99e79e038c7c4d269df874db9.tar.gz
freebsd-ports-graphics-90e5db8fe91ba1e99e79e038c7c4d269df874db9.tar.zst
freebsd-ports-graphics-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 'accessibility')
-rw-r--r--accessibility/atkmm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/atkmm/Makefile b/accessibility/atkmm/Makefile
index 4cd19bdaf62..c8a18831aa6 100644
--- a/accessibility/atkmm/Makefile
+++ b/accessibility/atkmm/Makefile
@@ -13,7 +13,8 @@ PORTSCOUT= limitw:1,even
LICENSE= LGPL20
-USES= gmake localbase libtool pathfix pkgconfig tar:xz
+USES= compiler:c++11-lang gmake localbase libtool pathfix \
+ pkgconfig tar:xz
USE_GNOME= atk glibmm
USE_LDCONFIG= yes
GNU_CONFIGURE= yes