pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/43577: graphics/ov519view graphics/cpia2view graphics/cnxtview all fail to compile with jpeg-8b (NetBSD 4.0/i386)
The following reply was made to PR pkg/43577; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/43577: graphics/ov519view graphics/cpia2view
graphics/cnxtview all fail to compile with jpeg-8b (NetBSD 4.0/i386)
Date: Sat, 17 Jul 2010 14:15:59 +0200
--a8Wt8u1KmwUX3Y2C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Does the attached patch fix the problem for you?
I don't see the problem on amd64.
Thomas
--a8Wt8u1KmwUX3Y2C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ov.patch"
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/ov519view/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo 22 Apr 2006 18:06:30 -0000 1.4
+++ distinfo 17 Jul 2010 12:15:11 -0000
@@ -11,3 +11,4 @@
SHA1 (patch-ac) = c5c5aac3bc655f6c0c7ae0fa320a7f658374a841
SHA1 (patch-ad) = 7c5031292c267209415c8cae296a05d56ed553eb
SHA1 (patch-ae) = 1c3ab9021e9491ecf8a81f1d8007a99d20ed4268
+SHA1 (patch-af) = 41089fe6d9630ebf18a26eaff10810164b9e8cdc
Index: patches/patch-af
===================================================================
RCS file: patches/patch-af
diff -N patches/patch-af
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-af 17 Jul 2010 12:15:11 -0000
@@ -0,0 +1,15 @@
+$NetBSD$
+
+To match prototype from jpeg library on 32-bit platforms. PR/43577
+
+--- jpeg_decode.c.orig 2010-07-17 12:12:06.000000000 +0000
++++ jpeg_decode.c
+@@ -82,7 +82,7 @@ term_mem_source (j_decompress_ptr cinfo)
+
+
+ GLOBAL(void)
+-jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * source_ptr, size_t
source_length)
++jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * source_ptr, unsigned
long source_length)
+ {
+ mem_src_ptr src;
+
--a8Wt8u1KmwUX3Y2C--
Home |
Main Index |
Thread Index |
Old Index