Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 297 → Rev 298

/trunk/debian/patches/postgres_10_detect.patch
File deleted
/trunk/debian/patches/freetype-pkgconfig.patch
0,0 → 1,12
--- a/src/modules/_Image_FreeType/configure.in
+++ b/src/modules/_Image_FreeType/configure.in
@@ -10,7 +10,8 @@ if test "x$with_freetype" = "xyes" ; the
PIKE_FEATURE_NODEP(Image.FreeType)
- MY_AC_PATH_PROGS(FT_CONFIG, ${ac_tool_prefix}freetype-config freetype-config, no)
+ PKG_CHECK_EXISTS(freetype2, FT_CONFIG="$PKG_CONFIG freetype2",
+ MY_AC_PATH_PROGS(FT_CONFIG, ${ac_tool_prefix}freetype-config freetype-config, no))
if test "$FT_CONFIG" = "no" ; then
:
/trunk/debian/patches/series
13,4 → 13,3
undefined_htons.patch
bad_size_t_redef.patch
dont_disable_debug_symbols.patch
postgres_10_detect.patch