svn commit: r472162 - head/textproc/enchant2

Mark Linimon linimon at FreeBSD.org
Mon Jun 11 02:08:59 UTC 2018


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
 


More information about the svn-ports-all mailing list