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

(-)advancecomp/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	advancecomp
8
PORTNAME=	advancecomp
9
PORTVERSION=	1.10
9
PORTVERSION=	1.10
10
PORTREVISION=	1
10
CATEGORIES=	archivers
11
CATEGORIES=	archivers
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	advancemame
13
MASTER_SITE_SUBDIR=	advancemame
(-)advancecomp/files/patch-fflush (+12 lines)
Line 0 Link Here
1
--- lib/fz.c.orig	Sun Mar 28 20:06:28 2004
2
+++ lib/fz.c	Sat Jun 19 17:22:53 2004
3
@@ -546,9 +546,6 @@
4
 {
5
 	if (f->type == fz_file) {
6
 		struct stat st;
7
-		if (fflush(f->f) != 0) {
8
-			return -1;
9
-		}
10
 		if (fstat(fileno(f->f), &st) != 0) {
11
 			return -1;
12
 		}

Return to bug 68116