svn commit: r474011 - head/devel/automake/files

Tijl Coosemans tijl at FreeBSD.org
Fri Jul 6 13:41:24 UTC 2018


Author: tijl
Date: Fri Jul  6 13:41:23 2018
New Revision: 474011
URL: https://svnweb.freebsd.org/changeset/ports/474011

Log:
  Add patch to fix parallel build.
  
  PR:		229522

Added:
  head/devel/automake/files/
  head/devel/automake/files/patch-Makefile.in   (contents, props changed)

Added: head/devel/automake/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/automake/files/patch-Makefile.in	Fri Jul  6 13:41:23 2018	(r474011)
@@ -0,0 +1,14 @@
+--- Makefile.in.orig	2018-03-11 21:21:08 UTC
++++ Makefile.in
+@@ -3690,9 +3690,9 @@ doc/aclocal.1 doc/automake.1:
+ 	  && echo ".so man1/$$f-$(APIVERSION).1" > $@
+ 
+ doc/aclocal-$(APIVERSION).1: $(aclocal_script) lib/Automake/Config.pm
+-	$(update_mans) aclocal-$(APIVERSION)
++	$(update_mans) $(aclocal_script)
+ doc/automake-$(APIVERSION).1: $(automake_script) lib/Automake/Config.pm
+-	$(update_mans) automake-$(APIVERSION)
++	$(update_mans) $(automake_script)
+ 
+ # We depend on configure.ac so that we regenerate the tarball
+ # whenever the Automake version changes.


More information about the svn-ports-head mailing list