aboutsummaryrefslogtreecommitdiff
path: root/japanese/xyaku
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2008-04-27 22:24:55 +0000
committerDavid Thiel <lx@FreeBSD.org>2008-04-27 22:24:55 +0000
commite4c48dbaf10d17d9c3ac5b4cdf222c6936109a29 (patch)
tree7f2865edf82dfa8422b389181890eda754ef900d /japanese/xyaku
parentbf204c85402139adaa5088dbe054dac5c904eeaf (diff)
downloadports-e4c48dbaf10d17d9c3ac5b4cdf222c6936109a29.tar.gz
ports-e4c48dbaf10d17d9c3ac5b4cdf222c6936109a29.zip
Fix autoconf build issue.
PR: ports/123096 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=212120
Diffstat (limited to 'japanese/xyaku')
-rw-r--r--japanese/xyaku/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/xyaku/files/patch-Makefile.in b/japanese/xyaku/files/patch-Makefile.in
new file mode 100644
index 000000000000..0f247b8ea04d
--- /dev/null
+++ b/japanese/xyaku/files/patch-Makefile.in
@@ -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) \