You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-strategy/scorched3d/files/scorched3d-44-freetype.patch

21 lines
715 B

diff --git a/configure-ft.m4 b/configure-ft.m4
index d27678ca..ce369bf4 100644
--- a/configure-ft.m4
+++ b/configure-ft.m4
@@ -1,14 +1,2 @@
dnl Check for FreeType2
-AC_CHECK_FT2(7.0.1, ftype=1)
-if test "$ftype" != 1; then
- AC_MSG_ERROR([
- FreeType2 must be installed on your system
- but freetype-config couldn't be found.
- Please check that freetype-config is in the path, the directory
- where the freetype libraries are installed (returned by
- 'freetype-config --libs' command) is in LD_LIBRARY_PATH or
- equivalent variable and freetype version is 7.0.1 or above
- Try http://www.freetype.org to download freetype.
- ])
-fi
-
+PKG_CHECK_MODULES(FT2, freetype2 >= 7.0.1)