freetype2/fix-build.patch
Stephan Kulow 764bc86cf9 - update to version 2.3.12:
brings considerable improvements for b/w rasterizing of hinted 
  TrueType fonts at small sizes, see NEWS for more details
- fixed build without sysvinit in the build system
- disable no longer compiling patch that should be upstream or dead
- updated to version 2.3.8:
    http://www.freetype.org/index2.html#release-freetype-2.3.8

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=15
2010-03-31 14:56:07 +00:00

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])