diff options
Diffstat (limited to 'dev-games/guichan/files/guichan-0.8.2-automake-1.13.patch')
-rw-r--r-- | dev-games/guichan/files/guichan-0.8.2-automake-1.13.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-games/guichan/files/guichan-0.8.2-automake-1.13.patch b/dev-games/guichan/files/guichan-0.8.2-automake-1.13.patch new file mode 100644 index 000000000000..e2f46097b82a --- /dev/null +++ b/dev-games/guichan/files/guichan-0.8.2-automake-1.13.patch @@ -0,0 +1,11 @@ +--- guichan-0.8.2/configure.in ++++ guichan-0.8.2/configure.in +@@ -38,7 +38,7 @@ + AC_SUBST(LT_AGE) + + AM_INIT_AUTOMAKE(guichan, $GUICHAN_VERSION) +-AM_CONFIG_HEADER([include/config.hpp]) ++AC_CONFIG_HEADERS([include/config.hpp]) + + AC_CONFIG_SRCDIR([src/gui.cpp]) + |