Codebase list libsdl2-ttf / fc1dcc0
Drop fix-ftbfs-892441.patch, fixed upstream. Closes: #914486 Felix Geyer 5 years ago
3 changed file(s) with 1 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release.
33 * Verify signature of upstream tarball.
4 * Drop fix-ftbfs-892441.patch, fixed upstream. (Closes: #914486)
45
56 -- Felix Geyer <fgeyer@debian.org> Sat, 02 Feb 2019 17:43:13 +0100
67
+0
-18
debian/patches/fix-ftbfs-892441.patch less more
0 --- a/configure.in
1 +++ b/configure.in
2 @@ -109,13 +109,14 @@
3 FREETYPE_CONFIG=$freetype_prefix/bin/freetype-config
4 fi
5 fi
6 -AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
7 +AC_PATH_PROG(FREETYPE_CONFIG, pkg-config, no)
8 no_freetype=""
9 if test "$FREETYPE_CONFIG" = "no" ; then
10 AC_MSG_ERROR([
11 *** Unable to find FreeType2 library (http://www.freetype.org/)
12 ])
13 else
14 + freetypeconf_args="freetype2"
15 CFLAGS="$CFLAGS `$FREETYPE_CONFIG $freetypeconf_args --cflags`"
16 LIBS="$LIBS `$FREETYPE_CONFIG $freetypeconf_args --libs`"
17 fi
+0
-1
debian/patches/series less more
0 fix-ftbfs-892441.patch