svn commit: r480829 - head/textproc/scim

Mark Linimon linimon at FreeBSD.org
Thu Sep 27 22:47:48 UTC 2018


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


More information about the svn-ports-head mailing list