summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-09-02 21:50:44 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-09-02 21:50:44 +0000
commit9f55027ba071a02759394170b656a1d5d16daa7b (patch)
treefde77df4e9db1af7cd523204d582f342bc5cf264 /x11
parent38454379811d59be3aecbe6640ec0a5eea021982 (diff)
downloadfreebsd-ports-9f55027ba071a02759394170b656a1d5d16daa7b.zip
Remove patch that's not needed anymore and breaks the build with CMake 3.0.
PORTREVISION bump not needed, as people who've already built the port don't need to change anything. Submitted by: alonso@ via area51
Diffstat (limited to 'x11')
-rw-r--r--x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt17
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} )
-