View | Details | Raw Unified | Return to bug 246987
Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	dvdisaster
4
PORTNAME=	dvdisaster
5
PORTVERSION=	0.79.5
5
PORTVERSION=	0.79.5
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://www.ml1.org.uk/distfiles/ \
8
MASTER_SITES=	http://www.ml1.org.uk/distfiles/ \
9
		http://www.ancientgeek.org.uk/distfiles/
9
		http://www.ancientgeek.org.uk/distfiles/
(-)./files/patch-dvdisaster.h (+24 lines)
Line 0 Link Here
1
--- dvdisaster.h.orig	2020-06-03 17:37:22 UTC
2
+++ dvdisaster.h
3
@@ -425,9 +425,9 @@ typedef struct _CrcBlock
4
  *** forward declarations
5
  ***/
6
 
7
-struct _RawBuffer *rawbuffer_forward;
8
-struct _DefectiveSectorHeader *dsh_forward;
9
-struct _DeviceHandle *dh_forward;
10
+extern struct _RawBuffer *rawbuffer_forward;
11
+extern struct _DefectiveSectorHeader *dsh_forward;
12
+extern struct _DeviceHandle *dh_forward;
13
 
14
 /***
15
  *** bitmap.c
16
@@ -450,7 +450,7 @@ void FreeBitmap(Bitmap*);
17
  *** build.h
18
  ***/
19
 
20
-int buildCount;
21
+extern int buildCount;
22
 
23
 /***
24
  *** cacheprobe.h
(-)./files/patch-scripts_bash-based-configure (-2 / +2 lines)
Lines 1-6 Link Here
1
--- scripts/bash-based-configure.orig	2014-05-28 19:22:05 UTC
1
--- scripts/bash-based-configure.orig	2015-12-07 20:06:50 UTC
2
+++ scripts/bash-based-configure
2
+++ scripts/bash-based-configure
3
@@ -126,7 +126,7 @@ case "$cfg_uname" in
3
@@ -127,7 +127,7 @@ case "$cfg_uname" in
4
         } 
4
         } 
5
 	;;
5
 	;;
6
 
6
 

Return to bug 246987