forked from pool/freetype2
- Rediffed patches. - CVE-2012-5668.patch, CVE-2012-5669.patch, CVE-2012-5670.patch nothing to do. OBS-URL: https://build.opensuse.org/request/show/148512 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=72
36 lines
980 B
Diff
36 lines
980 B
Diff
---
|
|
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
|
|
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
|