From 54c0bd45e8c0bfcb997e2d007c7db8226249722b Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 11 Jun 2018 02:08:58 +0000 Subject: Fix build on architectures which still have gcc as the default compiler. Tested for no harm on amd64. Submitted By: jhibbits Differential Revision: D15685 --- textproc/enchant2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/enchant2/Makefile b/textproc/enchant2/Makefile index 69225ca4ddd3..27e561fa75fe 100644 --- a/textproc/enchant2/Makefile +++ b/textproc/enchant2/Makefile @@ -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 -- cgit