[linimon at FreeBSD.org: svn commit: r472162 - head/textproc/enchant2]

Mark Linimon linimon at lonesome.com
Mon Jun 11 02:11:42 UTC 2018


This was missed on my previous commit.

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Mon, 11 Jun 2018 02:08:58 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r472162 - head/textproc/enchant2

Author: linimon
Date: Mon Jun 11 02:08:58 2018
New Revision: 472162
URL: https://svnweb.freebsd.org/changeset/ports/472162

Log:
  Fix build on architectures which still have gcc as the default compiler.
  
  Tested for no harm on amd64.
  
  Submitted By:		jhibbits
  Differential Revision:	D15685

Modified:
  head/textproc/enchant2/Makefile

Modified: head/textproc/enchant2/Makefile
==============================================================================
--- head/textproc/enchant2/Makefile	Mon Jun 11 02:04:00 2018	(r472161)
+++ head/textproc/enchant2/Makefile	Mon Jun 11 02:08:58 2018	(r472162)
@@ -13,10 +13,10 @@ COMMENT=	Dictionary/spellchecking framework
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
+USES=		compiler:c++11-lib gmake libtool localbase pathfix pkgconfig
+USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake libtool localbase pathfix pkgconfig
-USE_GNOME=	glib20
 CONFIGURE_ARGS=	--without-applespell \
 		--without-voikko
 


----- End forwarded message -----


More information about the freebsd-gnome mailing list