I am using pkgsrc-wip because this package needs work. This also provides development libraries and headers which are needed for xfsprogs (XFS User Tools). This package needs the linking fixed of the binaries.
13 lines
323 B
Text
13 lines
323 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2003/12/04 18:15:40 jeremy-c-reed Exp $
|
|
|
|
--- doc/Makefile.in.orig 2002-02-24 21:03:58.000000000 +0000
|
|
+++ doc/Makefile.in
|
|
@@ -13,7 +13,7 @@ INSTALL = @INSTALL@
|
|
|
|
DVI=texi2dvi
|
|
DVIPS=dvips -o "$@"
|
|
-INFO=makeinfo
|
|
+INFO=$(MAKEINFO) --no-split
|
|
HTML=texi2html
|
|
|
|
all:: libext2fs.info libext2fs.dvi
|