freebsd-ports/sysutils/freeipmi/files/patch-man-Makefile.in

12 lines
436 B
Text
Raw Normal View History

--- man/Makefile.in.orig 2015-01-07 18:23:47 UTC
+++ man/Makefile.in
@@ -885,7 +885,7 @@ uninstall-man: uninstall-man3 uninstall-
$(MANS_CPP): $(MANS_CPP:%=%.pre)
- $(CPP) -nostdinc -w -C -P -I$(top_srcdir)/man $@.pre $@
+ $(CPP) -nostdinc -w -C -I$(top_srcdir)/man $@.pre | grep -v '^#' > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.