Skip to content

Commit

Permalink
contrib: Fix configure warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Sep 24, 2019
1 parent 9336b9c commit 98a201b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/freetype/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion contrib/libgnurx/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98a201b

Please sign in to comment.