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-rpg/adonthell/files/adonthell-0.3.5-freetype_pk...

22 lines
422 B

--- adonthell-0.3.5/configure.in
+++ adonthell-0.3.5/configure.in
@@ -17,6 +17,8 @@
CPPFLAGS=""
DEFS=""
+PKG_PROG_PKG_CONFIG
+
dnl ********************
dnl Checks for programs.
dnl ********************
@@ -144,8 +146,7 @@
dnl Check for FreeType2
dnl *******************
-AC_CHECK_FT2(6.0.0,
- :,
+PKG_CHECK_MODULES(FT2, freetype2 >= 6.0.0,,
AC_MSG_ERROR([*** Freetype version >= 6.0.0 not found!])
)