itself and fix include of fnmatch.h, which can be obtained from Heimdal. The latter can go away after the branch, when Heimdal itself is fixed.
13 lines
319 B
Text
13 lines
319 B
Text
$NetBSD: patch-al,v 1.1 2006/06/21 21:00:49 joerg Exp $
|
|
|
|
--- app/imageutils.cpp.orig 2006-06-21 19:49:46.000000000 +0000
|
|
+++ app/imageutils.cpp
|
|
@@ -23,7 +23,7 @@
|
|
#define off_t long long
|
|
extern "C"{
|
|
#include <api.h>
|
|
-};
|
|
+}
|
|
|
|
// in compressedgif.cpp
|
|
unsigned int WriteCompressedGIFImage(const ImageInfo *image_info,
|