Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2018 02:11:39 +0000
From:      Mark Linimon <linimon@lonesome.com>
To:        gnome@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   [linimon@FreeBSD.org: svn commit: r472162 - head/textproc/enchant2]
Message-ID:  <20180611021138.GD19847@lonesome.com>

next in thread | raw e-mail | index | archive | help
This was missed on my previous commit.

mcl

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

Date: Mon, 11 Jun 2018 02:08:58 +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: 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 -----



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