]> git.pld-linux.org Git - packages/kde4-kdevelop.git/blob - kdevelop-drop-outdated-printers.patch
updated to 4.5.2
[packages/kde4-kdevelop.git] / kdevelop-drop-outdated-printers.patch
1 --- kdevelop-4.5.1/debuggers/gdb/printers/gdbinit.old   2013-05-29 23:01:36.000000000 +0200
2 +++ kdevelop-4.5.1/debuggers/gdb/printers/gdbinit       2013-10-26 20:09:13.220314577 +0200
3 @@ -8,7 +8,4 @@
4  from kde4 import register_kde4_printers
5  register_kde4_printers (None)
6  
7 -from libstdcxx import register_libstdcxx_printers
8 -register_libstdcxx_printers (None)
9 -
10  end
11 --- kdevelop-4.5.1/debuggers/gdb/printers/CMakeLists.txt.old    2013-05-29 23:01:36.000000000 +0200
12 +++ kdevelop-4.5.1/debuggers/gdb/printers/CMakeLists.txt        2013-10-26 20:08:52.916980787 +0200
13 @@ -2,6 +2,6 @@
14  
15  configure_file( gdbinit ${CMAKE_CURRENT_BINARY_DIR}/gdbinit )
16  
17 -install( FILES qt4.py kde4.py libstdcxx.py
18 +install( FILES qt4.py kde4.py
19      ${CMAKE_CURRENT_BINARY_DIR}/gdbinit
20      DESTINATION ${DATA_INSTALL_DIR}/kdevgdb/printers )
This page took 0.213534 seconds and 3 git commands to generate.