mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
2: switch to gcc46. PR: ports/180748 Submitted by: John Marino <freebsd at marino.st> [1]
22 lines
459 B
Objective-C
22 lines
459 B
Objective-C
--- ofc/DGZipFile.m.orig 2008-08-02 05:58:14.000000000 +0000
|
|
+++ ofc/DGZipFile.m
|
|
@@ -31,10 +31,6 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
-#ifdef HAVE_DGZIPFILE
|
|
-#include <zlib.h>
|
|
-#endif
|
|
-
|
|
#include "ofc/DDatable.h"
|
|
|
|
|
|
@@ -123,7 +119,7 @@
|
|
@interface DGZipFile : Object <DTextReadable,DTextWritable,DDataReadable,DDataWritable>
|
|
{
|
|
@private
|
|
- void *_file; // the file pointer
|
|
+ gzFile _file; // the file pointer
|
|
}
|
|
|
|
#endif
|