View | Details | Raw Unified | Return to bug 200199 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/rawstudio/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	rawstudio
4
PORTNAME=	rawstudio
5
PORTVERSION=	2.0
5
PORTVERSION=	2.0
6
PORTREVISION=	10
6
PORTREVISION=	11
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	http://rawstudio.org/files/release/
8
MASTER_SITES=	http://rawstudio.org/files/release/
9
9
(-)graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc (+12 lines)
Line 0 Link Here
1
--- plugins/load-dcraw/dcraw.cc.orig	2015-05-29 01:03:46 UTC
2
+++ plugins/load-dcraw/dcraw.cc
3
@@ -869,7 +869,8 @@ struct jhead {
4
 
5
 int CLASS ljpeg_start (struct jhead *jh, int info_only)
6
 {
7
-  int c, tag, len;
8
+  int c, tag;
9
+  ushort len;
10
   uchar data[0x10000];
11
   const uchar *dp;
12
 

Return to bug 200199