diff options
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) |