forked from pool/freetype2
64ec965932
reviewed Ok and forwarded to Factory OBS-URL: https://build.opensuse.org/request/show/54744 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=36
22 lines
646 B
Diff
22 lines
646 B
Diff
--- builds/unix/freetype-config.in.orig 2010-12-04 21:17:24.000000000 +0100
|
|
+++ builds/unix/freetype-config.in 2010-12-04 21:20:02.000000000 +0100
|
|
@@ -16,7 +16,6 @@
|
|
libdir=@libdir@
|
|
enable_shared=@build_libtool_libs@
|
|
wl=@wl@
|
|
-hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
|
|
|
|
usage()
|
|
{
|
|
@@ -140,10 +139,6 @@
|
|
fi
|
|
|
|
if test "$echo_libs" = "yes" ; then
|
|
- rpath=
|
|
- if test "$enable_shared" = "yes" ; then
|
|
- eval "rpath=\"$hardcode_libdir_flag_spec\""
|
|
- fi
|
|
libs="-lfreetype @LIBZ@ @FT2_EXTRA_LIBS@"
|
|
if test "${SYSROOT}$libdir" != "/usr/lib" && test "${SYSROOT}$libdir" != "/usr/lib64"; then
|
|
echo -L${SYSROOT}$libdir $libs
|