From c673108ecaa3d4551615dc0c24d3446780fe7a5e Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 14 Jan 2006 15:49:48 +0000 Subject: [PATCH] fix instantiation issue now that size_t != unsigned int everywhere --- textproc/sp/Makefile | 4 ++-- textproc/sp/patches/patch-lib_parser_inst_m4 | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index baac75ea574..70afa015534 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2005/08/10 09:59:13 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2006/01/14 15:49:48 espie Exp $ COMMENT= "OO toolkit for SGML parsing and entity management" DISTNAME= sp-1.3.4 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= textproc HOMEPAGE= http://www.jclark.com/sp/ diff --git a/textproc/sp/patches/patch-lib_parser_inst_m4 b/textproc/sp/patches/patch-lib_parser_inst_m4 index e012b2e031a..be6ca40392f 100644 --- a/textproc/sp/patches/patch-lib_parser_inst_m4 +++ b/textproc/sp/patches/patch-lib_parser_inst_m4 @@ -1,12 +1,13 @@ -$OpenBSD: patch-lib_parser_inst_m4,v 1.2 2004/05/15 14:54:24 naddy Exp $ ---- lib/parser_inst.m4.orig 1999-10-14 09:26:20.000000000 +0200 -+++ lib/parser_inst.m4 2004-05-15 16:48:34.000000000 +0200 -@@ -164,7 +164,7 @@ __instantiate(Vector) __instantiate(Vector) __instantiate(Vector) -#if 0 -+#if defined(__LP64__) __instantiate(Vector) - #endif +-#endif __instantiate(Vector) + + __instantiate(NamedTable)