summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches/patch-doc_Makefile.in
blob: a45bb4f70dacfbacd4ae8656948b178aa8be6658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-doc_Makefile.in,v 1.1 2019/02/11 08:22:45 adam Exp $

Remove non-portable -Wbreak option.

--- doc/Makefile.in.orig	2019-02-09 18:02:06.000000000 +0000
+++ doc/Makefile.in
@@ -698,7 +698,7 @@ all-local: link man txt html-local
 	$(AM_V_GEN)@POD2MAN@ --release=$(VERSION) --center=rrdtool --section=3 $< > $@
 
 .1.txt .3.txt:
-	$(AM_V_GEN)GROFF_NO_SGR=1 @NROFF@ -man -Tlp -Wbreak $< > $@
+	$(AM_V_GEN)GROFF_NO_SGR=1 @NROFF@ -man -Tlp $< > $@
 
 .1.pdf .3.pdf:
 	$(AM_V_GEN)@TROFF@ -man $< | ps2pdf - $@