forked from pool/freetype2
a0ded557b1
Copy from M17N/freetype2 based on submit request 23974 from user tiwai OBS-URL: https://build.opensuse.org/request/show/23974 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=16
27 lines
796 B
Diff
27 lines
796 B
Diff
Index: freetype-2.3.9/autogen.sh
|
|
===================================================================
|
|
--- freetype-2.3.9.orig/autogen.sh
|
|
+++ freetype-2.3.9/autogen.sh
|
|
@@ -149,7 +149,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.9/builds/unix/configure.raw
|
|
===================================================================
|
|
--- freetype-2.3.9.orig/builds/unix/configure.raw
|
|
+++ freetype-2.3.9/builds/unix/configure.raw
|
|
@@ -635,7 +635,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])
|