diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-09-02 21:50:44 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-09-02 21:50:44 +0000 |
commit | 9f55027ba071a02759394170b656a1d5d16daa7b (patch) | |
tree | fde77df4e9db1af7cd523204d582f342bc5cf264 | |
parent | 38454379811d59be3aecbe6640ec0a5eea021982 (diff) | |
download | ports-9f55027ba071a02759394170b656a1d5d16daa7b.tar.gz ports-9f55027ba071a02759394170b656a1d5d16daa7b.zip |
Notes
-rw-r--r-- | x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt b/x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt deleted file mode 100644 index ba31e9b254d3..000000000000 --- a/x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ ---- ./kinfocenter/Modules/info/CMakeLists.txt.orig 2008-04-23 19:51:22.000000000 +0400 -+++ ./kinfocenter/Modules/info/CMakeLists.txt 2009-09-04 00:42:28.000000000 +0400 -@@ -1,4 +1,4 @@ -- -+set(CMAKE_BACKWARDS_COMPATIBILITY 2.2) - # OS Base includes - include(../base/CMakeLists.txt) - -@@ -12,7 +12,7 @@ - - kde4_add_plugin(kcm_info ${kcm_info_PART_SRCS}) - --target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB}) -+target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB} /usr/lib/libdevinfo.so) - - install(TARGETS kcm_info DESTINATION ${PLUGIN_INSTALL_DIR} ) - |