2013-01-14 23:27:06 +00:00
|
|
|
---
|
|
|
|
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@
|
2010-12-04 22:27:10 +00:00
|
|
|
libdir=@libdir@
|
|
|
|
enable_shared=@build_libtool_libs@
|
|
|
|
wl=@wl@
|
|
|
|
-hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
|
|
|
|
|
|
|
|
usage()
|
|
|
|
{
|
2013-01-14 23:27:06 +00:00
|
|
|
cat <<EOF
|
|
|
|
Usage: freetype-config [OPTION]...
|
|
|
|
@@ -138,14 +137,10 @@ if test "$echo_cflags" = "yes" ; then
|
|
|
|
echo $cflags
|
|
|
|
fi
|
2010-12-04 22:27:10 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$echo_libs" = "yes" ; then
|
|
|
|
- rpath=
|
|
|
|
- if test "$enable_shared" = "yes" ; then
|
|
|
|
- eval "rpath=\"$hardcode_libdir_flag_spec\""
|
|
|
|
- fi
|
2011-06-27 07:15:07 +00:00
|
|
|
libs="-lfreetype @LIBZ@ @LIBBZ2@ @FT2_EXTRA_LIBS@"
|
2010-12-04 22:27:10 +00:00
|
|
|
if test "${SYSROOT}$libdir" != "/usr/lib" && test "${SYSROOT}$libdir" != "/usr/lib64"; then
|
|
|
|
echo -L${SYSROOT}$libdir $libs
|
2013-01-14 23:27:06 +00:00
|
|
|
else
|
|
|
|
echo $libs
|