diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-28 17:58:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-28 17:58:42 +0800 |
commit | ed7b03242690339047a44bcaf915f68cce51da3f (patch) | |
tree | 845a8d991129614e6b4903756e6b2da0bc410c73 /textproc | |
parent | 681e2286ae628bbba178fd04ce4573c7cea8f8ae (diff) | |
download | freebsd-ports-gnome-ed7b03242690339047a44bcaf915f68cce51da3f.tar.gz freebsd-ports-gnome-ed7b03242690339047a44bcaf915f68cce51da3f.tar.zst freebsd-ports-gnome-ed7b03242690339047a44bcaf915f68cce51da3f.zip |
Fix build on GCC-based architectures.
PR: 231910
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scim-table-imengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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__ |