shithub: freetype+ttf2subf

Download patch

ref: faedb01ec50485a0af01cc86c69018e1e301122e
parent: 3605e470c1c846715d2383e84ac7330660ccdf56
author: Owen Taylor <[email protected]>
date: Tue Nov 16 08:06:43 EST 2004

2004-11-16  Owen Taylor  <[email protected]>

        * builds/unix/freetype-config.in: Supress -L$libdir for
        /usr/lib64 as well as /usr/lib. (Reported by Dan Winship -
        https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139199)

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-16  Owen Taylor  <[email protected]>
+
+	* builds/unix/freetype-config.in: Supress -L$libdir for
+	/usr/lib64 as well as /usr/lib. (Reported by Dan Winship - 
+	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139199)
+
 2004-11-11  Werner Lemberg  <[email protected]>
 
 	* src/cff/cffdrivr.c (cff_service_ps_info): Updated.
--- a/builds/unix/freetype-config.in
+++ b/builds/unix/freetype-config.in
@@ -119,7 +119,7 @@
     eval "rpath=\"$hardcode_libdir_flag_spec\""
   fi
   libs="-lfreetype @LIBZ@"
-  if test "$libdir" != "/usr/lib" ; then
+  if test "$libdir" != "/usr/lib" && test "$libdir" != "/usr/lib64"; then
     echo -L$libdir $rpath $libs
   else
     echo $libs