diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-03-08 13:47:54 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-03-08 13:47:54 +0000 |
commit | d8f5ccda0b0d795e023af10efcd9f3aa1f4a3d1e (patch) | |
tree | 784bc8109d00f655e99536e402915899d2f468f1 /dev-libs/libsigc++/files/libsigc++-1.2.7-fix-install.patch | |
parent | Bump to 1.6.8, bugfix release (diff) | |
download | gentoo-2-d8f5ccda0b0d795e023af10efcd9f3aa1f4a3d1e.tar.gz gentoo-2-d8f5ccda0b0d795e023af10efcd9f3aa1f4a3d1e.tar.bz2 gentoo-2-d8f5ccda0b0d795e023af10efcd9f3aa1f4a3d1e.zip |
Version bump fixing gcc-4.6 build (bug #354277 by Ryan Hill) and allowing building of static libs (bug #289274 by Slava Gorbunov), also simplify src_configure phase. Some fixes for libsigc++-1.2.7: don't try to install duplicated files and use proper automake version (bug #346949 by Sirko Schroeder), bump to eapi3, handle debug USE flag in a better way, fix pkg_config phase (it wasn't being executed at all). Set RDEPEND and DEPEND on all ebuilds to make repoman happy.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libsigc++/files/libsigc++-1.2.7-fix-install.patch')
-rw-r--r-- | dev-libs/libsigc++/files/libsigc++-1.2.7-fix-install.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/libsigc++/files/libsigc++-1.2.7-fix-install.patch b/dev-libs/libsigc++/files/libsigc++-1.2.7-fix-install.patch new file mode 100644 index 000000000000..3b4703631909 --- /dev/null +++ b/dev-libs/libsigc++/files/libsigc++-1.2.7-fix-install.patch @@ -0,0 +1,11 @@ +--- sigc++/Makefile.am.orig 2010-11-27 20:40:35.301189910 +0930 ++++ sigc++/Makefile.am 2010-11-27 20:40:46.871110361 +0930 +@@ -12,7 +12,7 @@ + sigc_built_h = bind_return.h \ + object_slot.h retype_return.h slot.h bind.h \ + class_slot.h hide.h retype.h signal.h \ +- method_slot.h method_slot.h ++ method_slot.h + + built_sources = $(sigc_built_cc) $(sigc_built_h) + dist_sources = $(sigc_fixed_cc) $(sigc_fixed_h) |