Browse Source

* mono-cairo.pc.in: use $prefix/lib instead of $libdir,
otherwise the cairo.dll can't be found on 64 bit architectures

svn path=/trunk/mono/; revision=54679

Wade Berrier 20 năm trước cách đây
mục cha
commit
04fdbb1cff
2 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 5 0
      ChangeLog
  2. 1 1
      mono-cairo.pc.in

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2005-12-21  Wade Berrier <[email protected]>
+
+	* mono-cairo.pc.in: use $prefix/lib instead of $libdir, 
+	otherwise the cairo.dll can't be found on 64 bit architectures
+
 2005-12-18  Raja R Harinath  <[email protected]>
 
 	* configure.in (config.make): Don't blindly copy over $INSTALL,

+ 1 - 1
mono-cairo.pc.in

@@ -6,4 +6,4 @@ includedir=${prefix}/include
 Name: Mono.Cairo
 Description: Cairo bindings for Mono
 Version: @VERSION@
-Libs: -r:${libdir}/mono/1.0/Mono.Cairo.dll
+Libs: -r:${prefix}/lib/mono/1.0/Mono.Cairo.dll