groff-1.21 dies when a table is wider than the line; add a workaround (and
comment) to fix the build. from schwarze@
This commit is contained in:
parent
f2a4621965
commit
1c26461f73
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/12/14 11:04:32 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2011/03/22 15:27:57 sthen Exp $
|
||||
# $FreeBSD: Makefile,v 1.5 2000/05/30 23:19:09 jasone Exp $
|
||||
|
||||
COMMENT= like make(1), but more powerful and clean
|
||||
|
||||
DISTNAME= cook-2.21
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
|
15
devel/cook/patches/patch-lib_en_refman_index_so
Normal file
15
devel/cook/patches/patch-lib_en_refman_index_so
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-lib_en_refman_index_so,v 1.1 2011/03/22 15:27:57 sthen Exp $
|
||||
# Make the table a bit narrower, such that the build doesn't fail with:
|
||||
# pic:lib/en/refman/i18n.pic.so:23: giving up on this picture
|
||||
# warning: file `lib/en/refman/index.so', around line 4:
|
||||
# table wider than line width
|
||||
--- lib/en/refman/index.so.orig Mon Aug 26 06:29:53 2002
|
||||
+++ lib/en/refman/index.so Thu Mar 17 17:11:53 2011
|
||||
@@ -1,6 +1,6 @@
|
||||
.hy 0
|
||||
.TS
|
||||
-l r lw(2.5i) lw(2.5i).
|
||||
+l r lw(2.0i) lw(2.0i).
|
||||
cook_rsh(1) \*[Page*Of*cook_rsh(1)] T{
|
||||
.ad r
|
||||
cook_rsh - load
|
Loading…
x
Reference in New Issue
Block a user