diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-12-17 18:06:53 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-12-17 18:18:35 +0900 |
commit | c6feadf5e72b3c9a901ba0953c7e3b7f7e17c4cc (patch) | |
tree | c7fd83c0fb720f4f17e9bb87b03a52fe006795f7 /app-text/crf++/files | |
parent | app-text/crf++: fix build with >=sys-devel/gcc-6 (diff) | |
download | gentoo-c6feadf5e72b3c9a901ba0953c7e3b7f7e17c4cc.tar.gz gentoo-c6feadf5e72b3c9a901ba0953c7e3b7f7e17c4cc.tar.bz2 gentoo-c6feadf5e72b3c9a901ba0953c7e3b7f7e17c4cc.zip |
app-text/crf++: fix build with sys-devel/automake-1.13
Closes: https://bugs.gentoo.org/467604
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-text/crf++/files')
-rw-r--r-- | app-text/crf++/files/crf++-automake-1.13.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/crf++/files/crf++-automake-1.13.patch b/app-text/crf++/files/crf++-automake-1.13.patch new file mode 100644 index 000000000000..afff7edc0707 --- /dev/null +++ b/app-text/crf++/files/crf++-automake-1.13.patch @@ -0,0 +1,10 @@ +--- a/configure.in ++++ b/configure.in +@@ -240,6 +240,6 @@ + AC_MSG_RESULT([yes]) + + AC_SUBST(datarootdir) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AC_OUTPUT([Makefile Makefile.msvc swig/version.h]) + |