diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-11-19 19:30:06 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-11-19 19:30:06 +0000 |
commit | 5c334aab3b8ff6b67cc4c4ed5687a8036b6267d5 (patch) | |
tree | 5f962e32f0d04786670d7a0604fa24f173ce1db2 /app-admin/collectd/files | |
parent | improve gamesdirs handling (diff) | |
download | gentoo-2-5c334aab3b8ff6b67cc4c4ed5687a8036b6267d5.tar.gz gentoo-2-5c334aab3b8ff6b67cc4c4ed5687a8036b6267d5.tar.bz2 gentoo-2-5c334aab3b8ff6b67cc4c4ed5687a8036b6267d5.zip |
Version bump. Bug #443170. Thanks to Johan Bergström <bugs@bergstroem.nu>
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Diffstat (limited to 'app-admin/collectd/files')
-rw-r--r-- | app-admin/collectd/files/collectd-5.1.1-lt.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-admin/collectd/files/collectd-5.1.1-lt.patch b/app-admin/collectd/files/collectd-5.1.1-lt.patch new file mode 100644 index 000000000000..4aa734b1efa4 --- /dev/null +++ b/app-admin/collectd/files/collectd-5.1.1-lt.patch @@ -0,0 +1,32 @@ +diff --git a/Makefile.am b/Makefile.am +index 5267123..a7e0d0c 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,6 +1,4 @@ +-ACLOCAL_AMFLAGS = -I libltdl/m4 +- +-SUBDIRS = libltdl src bindings . ++SUBDIRS = src bindings . + + INCLUDES = $(LTDLINCL) + +diff --git a/configure.in b/configure.in +index eff8d61..a22a561 100644 +--- a/configure.in ++++ b/configure.in +@@ -7,7 +7,6 @@ AC_CONFIG_AUX_DIR([libltdl/config]) + m4_ifdef([LT_PACKAGE_VERSION], + # libtool >= 2.2 + [ +- LT_CONFIG_LTDL_DIR([libltdl]) + LT_INIT([dlopen]) + LTDL_INIT([convenience]) + AC_DEFINE(LIBTOOL_VERSION, 2, [Define to used libtool version.]) +@@ -19,7 +18,6 @@ m4_ifdef([LT_PACKAGE_VERSION], + AC_SUBST(LTDLINCL) + AC_SUBST(LIBLTDL) + AC_LIBTOOL_DLOPEN +- AC_CONFIG_SUBDIRS(libltdl) + AC_DEFINE(LIBTOOL_VERSION, 1, [Define to used libtool version.]) + ] + )
\ No newline at end of file |