From ed7b03242690339047a44bcaf915f68cce51da3f Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 28 Oct 2018 09:58:42 +0000 Subject: Fix build on GCC-based architectures. PR: 231910 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) --- textproc/scim-table-imengine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile index d787ab44b619..388286b78ec1 100644 --- a/textproc/scim-table-imengine/Makefile +++ b/textproc/scim-table-imengine/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= scim:textproc/scim RUN_DEPENDS= scim:textproc/scim GNU_CONFIGURE= yes -USES= gettext gmake libtool:keepla pkgconfig +USES= compiler:c++11-lang gettext gmake libtool:keepla pkgconfig CONFIGURE_ARGS= --disable-skim-support CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ -- cgit