diff options
| author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-09-06 16:13:44 +0200 |
|---|---|---|
| committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-09-06 16:13:44 +0200 |
| commit | f078bc1f4c9ce742d8ac53eb70d849432049ff10 (patch) | |
| tree | b7a8661926999bd565272966d5811988f9f41657 /kde-base/libkonq/files | |
| parent | 50f349851ee516a5f638a130de8761b5b259980c (diff) | |
| download | kde-f078bc1f4c9ce742d8ac53eb70d849432049ff10.tar.gz kde-f078bc1f4c9ce742d8ac53eb70d849432049ff10.tar.bz2 kde-f078bc1f4c9ce742d8ac53eb70d849432049ff10.zip | |
[kde-base/libkonq] Update cmake patch (one more header needed)
Diffstat (limited to 'kde-base/libkonq/files')
| -rw-r--r-- | kde-base/libkonq/files/fix_includes_install.patch | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/kde-base/libkonq/files/fix_includes_install.patch b/kde-base/libkonq/files/fix_includes_install.patch index 2d5efbdb9d7..c079ed02c47 100644 --- a/kde-base/libkonq/files/fix_includes_install.patch +++ b/kde-base/libkonq/files/fix_includes_install.patch @@ -1,13 +1,15 @@ -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 +Index: lib/konq/CMakeLists.txt +=================================================================== +--- lib/konq/CMakeLists.txt (revision 1172114) ++++ lib/konq/CMakeLists.txt (working copy) +@@ -58,7 +58,9 @@ + konq_dndpopupmenuplugin.h knewmenu.h konq_menuactions.h - # konq_copytomenu.h - anyone needs it? + konq_copytomenu.h + konq_popupmenuinformation.h ++ konq_statusbarmessagelabel.h konq_operations.h libkonq_export.h konq_events.h |
