Include cstddef for ptrdiff_t.
This commit is contained in:
parent
322687e15c
commit
4c4c50b3cc
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2018/10/24 14:27:57 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2018/10/28 07:48:25 bentley Exp $
|
||||
|
||||
COMMENT= java-like zip interface
|
||||
|
||||
DISTNAME= zipios++-0.1.5.9+cvs.2004.02.07
|
||||
PKGNAME= zipios++-0.1.5.9
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
CATEGORIES= devel archivers
|
||||
MASTER_SITES= https://distfiles.nl/
|
||||
MASTER_SITES0= ${MASTER_SITE_GNU:=automake/}
|
||||
|
13
archivers/zipios/patches/patch-src_directory_h
Normal file
13
archivers/zipios/patches/patch-src_directory_h
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-src_directory_h,v 1.1 2018/10/28 07:48:25 bentley Exp $
|
||||
|
||||
Index: src/directory.h
|
||||
--- src/directory.h.orig
|
||||
+++ src/directory.h
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <string>
|
||||
#include <ctime>
|
||||
#include <stdexcept>
|
||||
+#include <cstddef>
|
||||
|
||||
// #include <boost.h> Contents of boost.h
|
||||
|
Loading…
Reference in New Issue
Block a user