diff options
Diffstat (limited to 'kde-misc/kkbswitch/files/1.4.3-fix-ldflags.patch')
-rw-r--r-- | kde-misc/kkbswitch/files/1.4.3-fix-ldflags.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kde-misc/kkbswitch/files/1.4.3-fix-ldflags.patch b/kde-misc/kkbswitch/files/1.4.3-fix-ldflags.patch deleted file mode 100644 index 4246bea51fc5..000000000000 --- a/kde-misc/kkbswitch/files/1.4.3-fix-ldflags.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nuar kkbswitch-1.4.3.old/kkbswitch/Makefile.in kkbswitch-1.4.3/kkbswitch/Makefile.in ---- kkbswitch-1.4.3.old/kkbswitch/Makefile.in 2005-01-24 00:07:33.000000000 +0600 -+++ kkbswitch-1.4.3/kkbswitch/Makefile.in 2009-03-12 14:45:17.000000000 +0600 -@@ -260,7 +260,7 @@ - #>- METASOURCES = AUTO - - bin_PROGRAMS = kkbswitch --kkbswitch_LDFLAGS = $(KDE_RPATH) $(all_libraries) -+kkbswitch_LDFLAGS = $(KDE_RPATH) $(KDE_LDFLAGS) $(all_libraries) - #>- kkbswitch_SOURCES = boldlistboxitem.cpp boldmenuitem.cpp kbconfig.cpp kbconfigdlg.cpp kbgroup.cpp kbpickicondlg.cpp kbswitchapp.cpp kbswitchintf.cpp kbswitchtrayicon.cpp main.cpp pathlistboxitem.cpp xkeyboard.cpp kbswitchintf.skel boldlistboxitem.h boldmenuitem.h kbconfigdlg.h kbconfig.h kbgroup.h kbpickicondlg.h kbswitchapp.h kbswitchintf.h kbswitchtrayicon.h pathlistboxitem.h xkeyboard.h windowwatcher.cpp singlewindowwatcher.cpp windowclasswatcher.cpp - #>+ 1 - kkbswitch_SOURCES=boldlistboxitem.cpp boldmenuitem.cpp kbconfig.cpp kbconfigdlg.cpp kbgroup.cpp kbpickicondlg.cpp kbswitchapp.cpp kbswitchintf.cpp kbswitchtrayicon.cpp main.cpp pathlistboxitem.cpp xkeyboard.cpp boldlistboxitem.h boldmenuitem.h kbconfigdlg.h kbconfig.h kbgroup.h kbpickicondlg.h kbswitchapp.h kbswitchintf.h kbswitchtrayicon.h pathlistboxitem.h xkeyboard.h windowwatcher.cpp singlewindowwatcher.cpp windowclasswatcher.cpp kbswitchintf_skel.cpp |