diff options
| author | Alexey 'alexxy' Shvetsov <alexxy@gentoo.ru> | 2008-10-25 21:11:48 +0400 |
|---|---|---|
| committer | Alexey 'alexxy' Shvetsov <alexxy@gentoo.ru> | 2008-10-25 21:11:48 +0400 |
| commit | 45416740cbe9a5198a6acf6284a6dcc4cd59cb7e (patch) | |
| tree | 5481c9d02d6a85f4e9b4892066598485d30e82b0 | |
| parent | 664af4442556d05e1f89c25653279962930bdbc9 (diff) | |
| download | kde-45416740cbe9a5198a6acf6284a6dcc4cd59cb7e.tar.gz kde-45416740cbe9a5198a6acf6284a6dcc4cd59cb7e.tar.bz2 kde-45416740cbe9a5198a6acf6284a6dcc4cd59cb7e.zip | |
add missing patch
| -rw-r--r-- | kde-base/libkonq/files/fix_includes_install.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-base/libkonq/files/fix_includes_install.patch b/kde-base/libkonq/files/fix_includes_install.patch new file mode 100644 index 00000000000..2d5efbdb9d7 --- /dev/null +++ b/kde-base/libkonq/files/fix_includes_install.patch @@ -0,0 +1,13 @@ +diff -ru libkonq/apps/lib/konq/CMakeLists.txt libkonqfixed/apps/lib/konq/CMakeLists.txt +--- libkonq/apps/lib/konq/CMakeLists.txt 2008-04-27 19:08:19.000000000 +0000 ++++ libkonqfixed/apps/lib/konq/CMakeLists.txt 2008-04-27 19:09:31.000000000 +0000 +@@ -42,7 +42,8 @@ + konq_popupmenu.h + knewmenu.h + konq_menuactions.h +- # konq_copytomenu.h - anyone needs it? ++ konq_copytomenu.h ++ konq_popupmenuinformation.h + konq_operations.h + libkonq_export.h + konq_events.h |
