Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 09:58:43 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483257 - head/textproc/scim-table-imengine
Message-ID:  <201810280958.w9S9whjv047353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Oct 28 09:58:42 2018
New Revision: 483257
URL: https://svnweb.freebsd.org/changeset/ports/483257

Log:
  Fix build on GCC-based architectures.
  
  PR:		231910
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/scim-table-imengine/Makefile

Modified: head/textproc/scim-table-imengine/Makefile
==============================================================================
--- head/textproc/scim-table-imengine/Makefile	Sun Oct 28 09:54:13 2018	(r483256)
+++ head/textproc/scim-table-imengine/Makefile	Sun Oct 28 09:58:42 2018	(r483257)
@@ -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__



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280958.w9S9whjv047353>