diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-11 10:08:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-11 10:08:58 +0800 |
commit | 54c0bd45e8c0bfcb997e2d007c7db8226249722b (patch) | |
tree | 952ce4783a99e33ddec2ab5337484563e8a4bbea | |
parent | 3860e92e8dfc9846bbac54660228356f96348577 (diff) | |
download | freebsd-ports-gnome-54c0bd45e8c0bfcb997e2d007c7db8226249722b.tar.gz freebsd-ports-gnome-54c0bd45e8c0bfcb997e2d007c7db8226249722b.tar.zst freebsd-ports-gnome-54c0bd45e8c0bfcb997e2d007c7db8226249722b.zip |
Fix build on architectures which still have gcc as the default compiler.
Tested for no harm on amd64.
Submitted By: jhibbits
Differential Revision: D15685
-rw-r--r-- | textproc/enchant2/Makefile | 4 |
1 files 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 |