diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-04-26 00:48:51 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-04-26 00:48:51 +0000 |
commit | c3d475f7f8a1b429a86a2743ac753a7a3c1e02a1 (patch) | |
tree | cbc5277e90a7bcb551352cd48e9c13e8e86f82c6 /dev-db/virtuoso-odbc | |
parent | Add patch for automake-1.13 build wrt bug 466954 (diff) | |
download | gentoo-2-c3d475f7f8a1b429a86a2743ac753a7a3c1e02a1.tar.gz gentoo-2-c3d475f7f8a1b429a86a2743ac753a7a3c1e02a1.tar.bz2 gentoo-2-c3d475f7f8a1b429a86a2743ac753a7a3c1e02a1.zip |
Add patch for automake-1.13 build wrt bug 466954
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)
Diffstat (limited to 'dev-db/virtuoso-odbc')
-rw-r--r-- | dev-db/virtuoso-odbc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/virtuoso-odbc/files/virtuoso-odbc-6.1.6-am_config_header.patch | 12 | ||||
-rw-r--r-- | dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild | 6 |
3 files changed, 22 insertions, 4 deletions
diff --git a/dev-db/virtuoso-odbc/ChangeLog b/dev-db/virtuoso-odbc/ChangeLog index 036043dba406..42ebca046b57 100644 --- a/dev-db/virtuoso-odbc/ChangeLog +++ b/dev-db/virtuoso-odbc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/virtuoso-odbc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog,v 1.37 2012/09/20 17:45:26 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog,v 1.38 2013/04/26 00:48:51 creffett Exp $ + + 26 Apr 2013; Chris Reffett <creffett@gentoo.org> + +files/virtuoso-odbc-6.1.6-am_config_header.patch, virtuoso-odbc-6.1.6.ebuild: + Add patch for automake-1.13 build wrt bug 466954 20 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> -virtuoso-odbc-6.1.4.ebuild, virtuoso-odbc-6.1.6.ebuild: diff --git a/dev-db/virtuoso-odbc/files/virtuoso-odbc-6.1.6-am_config_header.patch b/dev-db/virtuoso-odbc/files/virtuoso-odbc-6.1.6-am_config_header.patch new file mode 100644 index 000000000000..5f84b49bc07f --- /dev/null +++ b/dev-db/virtuoso-odbc/files/virtuoso-odbc-6.1.6-am_config_header.patch @@ -0,0 +1,12 @@ ++++ a/configure.in +--- b/configure.in +@@ -36,7 +36,7 @@ + AC_INIT([Virtuoso Open Source Edition], + AC_CONFIG_SRCDIR([libsrc/Dk.h]) + AC_CONFIG_AUX_DIR([binsrc/config]) + AC_CONFIG_MACRO_DIR([binsrc/config]) +-AM_CONFIG_HEADER([libsrc/Dk/config.h]) ++AC_CONFIG_HEADER([libsrc/Dk/config.h]) + + dnl + dnl You may need to change the next macro for older versions of automake: diff --git a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild index 9dec32ec0224..6fafffbaf6cc 100644 --- a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild +++ b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild,v 1.4 2012/09/20 17:45:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild,v 1.5 2013/04/26 00:48:51 creffett Exp $ EAPI=4 @@ -16,6 +16,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/${PN}-6.1.6-am_config_header.patch" ) + VOS_EXTRACT=" libsrc/Dk libsrc/Thread |