[Mono-bugs] [Bug 60751][Maj] New - tiffcodec failes because of missing byteswap.h

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Jun 2004 11:41:44 -0400 (EDT)


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 recht@netbsd.org.

http://bugzilla.ximian.com/show_bug.cgi?id=60751

--- shadow/60751	2004-06-25 11:41:44.000000000 -0400
+++ shadow/60751.tmp.10059	2004-06-25 11:41:44.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 60751
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details: NetBSD 2.0_BETA i386
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: recht@netbsd.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: tiffcodec failes because of missing byteswap.h
+
+Steps to reproduce the problem:
+1. try to build libgdiplus on systems without byteswap.h (eg. NetBSD)
+
+Actual Results:
+fails
+
+Expected Results:
+works;)
+
+How often does this happen? 
+everytime
+
+
+Additional Information:
+The added patches add a configure check for byteswap.h and use it 
+accordingly in src/tiffcodec.c.
+While at it I changed configure.in to use $PKG_CONFIG consitently (instead 
+of pkg-config and relying on the path..) and added $FREETYPE_CONFIG.