[Mono-bugs] [Bug 77620][Wis] Changed - configure.in should use
pkg-config instead freetype-config
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Apr 27 09:28:31 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77620
--- shadow/77620 2006-04-27 01:45:37.000000000 -0400
+++ shadow/77620.tmp.15271 2006-04-27 09:28:31.000000000 -0400
@@ -41,6 +41,24 @@
------- Additional Comments From peter at novonyx.com 2006-04-27 01:45 -------
Wade, can you check the patch I just attached. It should work for
both stock RH9 as well as current stuff. (Or so I hope). I used the
configure code from cairo.
+
+------- Additional Comments From robertj at gmx.net 2006-04-27 09:28 -------
+I encountered this issue on SLES 9, too. I had to use
+
+CFLAGS=`pkg-config --cflags freetype2` ./configure
+
+otherwise cairo won't compile.
+
+Both
+
+ pkg-config --cflags freetype2
+
+and
+
+ freetype-config --cflags
+
+are working and return the same value.
+
More information about the mono-bugs
mailing list