From 98a201b9a08d5c8bb5acb549c58a34efa38c7e7f Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 24 Sep 2019 05:52:09 -0400 Subject: [PATCH] contrib: Fix configure warnings. Closes #2265. --- contrib/freetype/module.defs | 1 + contrib/libgnurx/module.defs | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/freetype/module.defs b/contrib/freetype/module.defs index bb88bfd22..e58291ec1 100644 --- a/contrib/freetype/module.defs +++ b/contrib/freetype/module.defs @@ -6,4 +6,5 @@ FREETYPE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/freetyp FREETYPE.FETCH.url += https://download.savannah.gnu.org/releases/freetype/freetype-2.9.1.tar.bz2 FREETYPE.FETCH.sha256 = db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84d +FREETYPE.CONFIGURE.deps = FREETYPE.CONFIGURE.extra = --with-harfbuzz=no --with-png=no diff --git a/contrib/libgnurx/module.defs b/contrib/libgnurx/module.defs index 65f23baa3..eab597961 100644 --- a/contrib/libgnurx/module.defs +++ b/contrib/libgnurx/module.defs @@ -6,7 +6,10 @@ LIBGNURX.FETCH.url += https://sourceforge.net/projects/mingw/files/Other/User LIBGNURX.FETCH.sha256 = 7147b7f806ec3d007843b38e19f42a5b7c65894a57ffc297a76b0dcd5f675d76 LIBGNURX.EXTRACT.tarbase = mingw-libgnurx-2.5.1 -LIBGNURX.CONFIGURE.env += AR="$(AR.exe)" +LIBGNURX.CONFIGURE.deps = +LIBGNURX.CONFIGURE.shared = +LIBGNURX.CONFIGURE.static = +LIBGNURX.CONFIGURE.env += AR="$(AR.exe)" LIBGNURX.CONFIGURE.bootstrap = autoreconf -fiv; LIBGNURX.BUILD.ntargets = libregex.a-static -- 2.49.0