aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2013-04-25 20:42:07 -0400
committerChris Reffett <creffett@gentoo.org>2013-04-25 20:42:07 -0400
commit1322e8860b9fe4f0013436b5a34e598ecbd68473 (patch)
tree1c08614aaa0c6c049f8386a1f7c8a5b68dd53378 /dev-db/virtuoso-jdbc
parent[x11-themes/oxygen-gtk] Version bump (diff)
downloadkde-1322e8860b9fe4f0013436b5a34e598ecbd68473.tar.gz
kde-1322e8860b9fe4f0013436b5a34e598ecbd68473.tar.bz2
kde-1322e8860b9fe4f0013436b5a34e598ecbd68473.zip
[dev-db/virtuoso-jdbc] Add patch for automake-1.13 build wrt bug 466954
Package-Manager: portage-2.2.0_alpha173
Diffstat (limited to 'dev-db/virtuoso-jdbc')
-rw-r--r--dev-db/virtuoso-jdbc/files/virtuoso-jdbc-6.1.6-am_config_header.patch12
-rw-r--r--dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.6.ebuild2
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-db/virtuoso-jdbc/files/virtuoso-jdbc-6.1.6-am_config_header.patch b/dev-db/virtuoso-jdbc/files/virtuoso-jdbc-6.1.6-am_config_header.patch
new file mode 100644
index 0000000000..5f84b49bc0
--- /dev/null
+++ b/dev-db/virtuoso-jdbc/files/virtuoso-jdbc-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-jdbc/virtuoso-jdbc-6.1.6.ebuild b/dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.6.ebuild
index 715f8509cc..57fbd72ea2 100644
--- a/dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.6.ebuild
+++ b/dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.6.ebuild
@@ -22,6 +22,8 @@ VOS_EXTRACT="
libsrc/JDBCDriverType4
"
+PATCHES=( "${FILESDIR}/${PN}-6.1.6-am_config_header.patch" )
+
pkg_pretend() {
java-pkg_ensure-vm-version-eq 1.6
}