diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-08 17:09:11 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-08 17:09:11 +0000 |
commit | d988eb75a7486bece77df898f245e9a716ed917c (patch) | |
tree | 1d4761f850abe9eb957bee5d273fc87a37556a3b /security/clamav-devel/files | |
parent | 332c6709c96de5f3e2fb26aae39c772f597e6733 (diff) |
Notes
Diffstat (limited to 'security/clamav-devel/files')
-rw-r--r-- | security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h b/security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h new file mode 100644 index 000000000000..e3560d8078b5 --- /dev/null +++ b/security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h @@ -0,0 +1,13 @@ +--- libclamav/zziplib/zzip-conf.h.orig Mon Aug 4 06:25:30 2003 ++++ libclamav/zziplib/zzip-conf.h Thu Aug 7 03:48:35 2003 +@@ -29,6 +29,10 @@ + # endif
+ #endif
+
++# ifdef ZZIP_HAVE_SYS_TYPES_H ++# include <sys/types.h> ++# endif ++ + /* especially win32 platforms do not declare off_t so far - see zzip-msvc.h */
+ #ifndef _zzip_off_t
+ #ifdef ZZIP_off_t
|