Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2018 22:47:48 +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: r480829 - head/textproc/scim
Message-ID:  <201809272247.w8RMlmp8003790@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Sep 27 22:47:47 2018
New Revision: 480829
URL: https://svnweb.freebsd.org/changeset/ports/480829

Log:
  Fix build on gcc-based archs.  Add gmake to USES.
  
  Tested on powerpc64, amd64.
  
  PR:		231692
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/scim/Makefile

Modified: head/textproc/scim/Makefile
==============================================================================
--- head/textproc/scim/Makefile	Thu Sep 27 22:44:49 2018	(r480828)
+++ head/textproc/scim/Makefile	Thu Sep 27 22:47:47 2018	(r480829)
@@ -14,7 +14,8 @@ LICENSE=	LGPL21
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		gettext gmake iconv libtool pathfix pkgconfig
+USES=		compiler:c++11-lang gettext gmake gnome iconv libtool pathfix \
+		pkgconfig
 USE_GNOME=	gtk20 intlhack
 USE_XORG=	x11 xpm
 USE_LDCONFIG=	yes



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