diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-07-18 11:22:05 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-07-18 11:22:05 +0000 |
commit | 34d46130eb01eee175e6ccbe2e03dc67a6fb5a4f (patch) | |
tree | dd3c5cda791b2594539c109187a4e5deb88b3881 /app-i18n | |
parent | Revbump. Removed "uuid" USE flag (bug #355489) (diff) | |
download | gentoo-2-34d46130eb01eee175e6ccbe2e03dc67a6fb5a4f.tar.gz gentoo-2-34d46130eb01eee175e6ccbe2e03dc67a6fb5a4f.tar.bz2 gentoo-2-34d46130eb01eee175e6ccbe2e03dc67a6fb5a4f.zip |
Add a patch to replace AM_CONFIG_HEADER #467818
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-tables/files/scim-tables-0.5.12-automake.patch | 13 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.5.12.ebuild | 5 |
3 files changed, 21 insertions, 3 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index d22383254946..0311d4c0c7b2 100644 --- a/app-i18n/scim-tables/ChangeLog +++ b/app-i18n/scim-tables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-tables # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.69 2013/03/04 10:48:09 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.70 2013/07/18 11:22:05 naota Exp $ + + 18 Jul 2013; Naohiro Aota <naota@gentoo.org> + +files/scim-tables-0.5.12-automake.patch, scim-tables-0.5.12.ebuild: + Add a patch to replace AM_CONFIG_HEADER #467818 *scim-tables-0.5.12 (04 Mar 2013) diff --git a/app-i18n/scim-tables/files/scim-tables-0.5.12-automake.patch b/app-i18n/scim-tables/files/scim-tables-0.5.12-automake.patch new file mode 100644 index 000000000000..7f5ea31ca187 --- /dev/null +++ b/app-i18n/scim-tables/files/scim-tables-0.5.12-automake.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 78f75f9..ee82dda 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -7,7 +7,7 @@ AC_DEFINE_UNQUOTED(SCIM_TABLES_VERSION, "$PACKAGE_VERSION", [The release version + + # Init automake stuff + AM_INIT_AUTOMAKE +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + + # Init gettext + AM_GNU_GETTEXT([external]) diff --git a/app-i18n/scim-tables/scim-tables-0.5.12.ebuild b/app-i18n/scim-tables/scim-tables-0.5.12.ebuild index 19f71a8b5419..8728f5b8956c 100644 --- a/app-i18n/scim-tables/scim-tables-0.5.12.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.5.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.12.ebuild,v 1.1 2013/03/04 10:48:09 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.12.ebuild,v 1.2 2013/07/18 11:22:05 naota Exp $ inherit autotools base eutils @@ -23,7 +23,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" -PATCHES=( "${FILESDIR}/${PN}-0.5.8+gcc-4.3.patch" ) +PATCHES=( "${FILESDIR}/${PN}-0.5.8+gcc-4.3.patch" + "${FILESDIR}"/${P}-automake.patch ) pkg_setup() { elog "Not all languages are going to be compiled." |