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 Message-ID: <201806110208.w5B28wE5010486@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806110208.w5B28wE5010486>