svn commit: r483257 - head/textproc/scim-table-imengine

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 09:58:43 UTC 2018


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__


More information about the svn-ports-all mailing list