[f-spot] Fix the libdir on 64bit architectures.



commit c2dd03539173a9c8544f7f13e63b18cd619edd08
Author: Ruben Vermeersch <ruben savanne be>
Date:   Tue May 11 18:53:31 2010 +0200

    Fix the libdir on 64bit architectures.
    
    This fixes the build of extensions when installing into lib64.

 f-spot.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/f-spot.pc.in b/f-spot.pc.in
index 27ee812..75c0539 100644
--- a/f-spot.pc.in
+++ b/f-spot.pc.in
@@ -1,6 +1,6 @@
 prefix= prefix@
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir= libdir@
 
 
 Name: F-Spot



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