freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] small freetype-config patch


From: Owen Taylor
Subject: [Devel] small freetype-config patch
Date: Mon, 15 Nov 2004 14:21:47 -0500

On systems like x86_64, the system libdir is /usr/lib64 not /usr/lib;
is the following OK to commit?

Regards,
                                                Owen

(From Dan Winship - 
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139199)

Index: freetype-config.in
===================================================================
RCS file: /cvs/freetype/freetype2/builds/unix/freetype-config.in,v
retrieving revision 1.14
diff -u -p -r1.14 freetype-config.in
--- freetype-config.in  2004/04/17 18:58:43     1.14
+++ freetype-config.in  2004/11/15 19:23:51
@@ -119,7 +119,7 @@ if test "$echo_libs" = "yes" ; then
     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

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]