SHA256
1
0
forked from pool/freetype2
freetype2/freetype2-no_rpath.patch

36 lines
980 B
Diff
Raw Normal View History

---
builds/unix/freetype-config.in | 5 -----
1 file changed, 5 deletions(-)
Index: builds/unix/freetype-config.in
===================================================================
--- builds/unix/freetype-config.in.orig
+++ builds/unix/freetype-config.in
@@ -14,11 +14,10 @@ exec_prefix=@exec_prefix@
exec_prefix_set=no
includedir=@includedir@
libdir=@libdir@
enable_shared=@build_libtool_libs@
wl=@wl@
-hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
usage()
{
cat <<EOF
Usage: freetype-config [OPTION]...
@@ -138,14 +137,10 @@ if test "$echo_cflags" = "yes" ; then
echo $cflags
fi
fi
if test "$echo_libs" = "yes" ; then
- rpath=
- if test "$enable_shared" = "yes" ; then
- eval "rpath=\"$hardcode_libdir_flag_spec\""
- fi
Accepting request 74498 from home:namtrac:branches:M17N - Update to version 2.4.5 * A rendering regression for second-order Bézier curves has been fixed, introduced in 2.4.3. * If autohinting is not explicitly disabled, FreeType now uses the autohinter if a TrueType based font doesn't contain native hints. * The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH has been made redundant and is simply ignored; this means that FreeType now ignores the global advance width value in TrueType fonts. * `FT_Sfnt_Table_Info' can now return the number of SFNT tables of a font. * Support for PCF files compressed with bzip2 has been contributed by Joel Klinghed. To make this work, the OS must provide a bzip2 library. * Again some fixes to better handle broken fonts. * Some improvements to the B/W rasterizer. * Fixes to the cache module to improve robustness. * Just Fill Bugs contributed (experimental) code to compute blue zones for CJK Ideographs, improving the alignment of horizontal stems at the top or bottom edges. - Dropped the following patches: * bnc628213_1797.diff (fixed upstream) * bnc641580_CVE-2010-3311.diff (fixed upstream) * ft2-stream-compat.diff (only needed for SLE8->SLE9 update) - Add libbz2-devel to BuildRequires to enable bzip2 support - Update to version 2.4.5 * The `ftgrid' demo program can now display autohinter segments, to be toggled on and off with key `s'. OBS-URL: https://build.opensuse.org/request/show/74498 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=45
2011-06-27 07:15:07 +00:00
libs="-lfreetype @LIBZ@ @LIBBZ2@ @FT2_EXTRA_LIBS@"
if test "${SYSROOT}$libdir" != "/usr/lib" && test "${SYSROOT}$libdir" != "/usr/lib64"; then
echo -L${SYSROOT}$libdir $libs
else
echo $libs