Source: sdl-ttf2.0
Version: 2.0.11-5
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

sdl-ttf2.0 fails to cross build from source, because it uses the wrong
pkg-config. It is a regression introduced in 2.0.11-5 for fixing
#892435. The attached patch fixes it.

Helmut
--- sdl-ttf2.0-2.0.11.orig/configure.in
+++ sdl-ttf2.0-2.0.11/configure.in
@@ -113,7 +113,7 @@
         FREETYPE_CONFIG=$freetype_prefix/bin/freetype-config
      fi
 fi
-AC_PATH_PROG(FREETYPE_CONFIG, pkg-config, no)
+AC_PATH_TOOL(FREETYPE_CONFIG, pkg-config, no)
 no_freetype=""
 if test "$FREETYPE_CONFIG" = "no" ; then
     AC_MSG_ERROR([

Reply via email to