1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix autoconf build issue.

PR:		ports/123096
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
This commit is contained in:
David Thiel 2008-04-27 22:24:55 +00:00
parent bf204c8540
commit e4c48dbaf1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212120

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig 2008-04-27 15:21:08.000000000 -0700
+++ Makefile.in 2008-04-27 15:21:36.000000000 -0700
@@ -112,7 +112,7 @@
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \