SHA256
1
0
forked from pool/freetype2
freetype2/fix-build.patch

27 lines
946 B
Diff

Index: freetype-2.3.12/autogen.sh
===================================================================
--- freetype-2.3.12.orig/autogen.sh 2010-02-13 07:54:14.000000000 +0100
+++ freetype-2.3.12/autogen.sh 2010-03-31 16:23:42.000000000 +0200
@@ -150,7 +150,7 @@ sed -e "s;@VERSION@;$freetype_major$free
< configure.raw > configure.ac
run aclocal -I . --force
-run $LIBTOOLIZE --force --copy --install
+run $LIBTOOLIZE --force --copy
run autoconf --force
chmod +x mkinstalldirs
Index: freetype-2.3.12/builds/unix/configure.raw
===================================================================
--- freetype-2.3.12.orig/builds/unix/configure.raw 2010-02-13 07:55:07.000000000 +0100
+++ freetype-2.3.12/builds/unix/configure.raw 2010-03-31 16:23:42.000000000 +0200
@@ -650,7 +650,7 @@ AC_SUBST([FT2_EXTRA_LIBS])
AC_SUBST([SYSTEM_ZLIB])
-LT_INIT(win32-dll)
+#LT_INIT(win32-dll)
AC_SUBST([hardcode_libdir_flag_spec])
AC_SUBST([wl])