aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-qt4-engine/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-20 11:53:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-20 11:53:37 +0000
commit0f22b5b163518c62dfefd35cddbae3c5ba1ffc43 (patch)
tree51e1d35561945762dcc8e8cfc955e5af9658f433 /x11-themes/gtk-qt4-engine/files
parent7e2d54d00eb6eae8c0b0c691c11ed00f3a17dacb (diff)
Notes
Diffstat (limited to 'x11-themes/gtk-qt4-engine/files')
-rw-r--r--x11-themes/gtk-qt4-engine/files/patch-CMakeLists.txt11
-rw-r--r--x11-themes/gtk-qt4-engine/files/patch-kcm_gtk__CMakeLists.txt11
2 files changed, 11 insertions, 11 deletions
diff --git a/x11-themes/gtk-qt4-engine/files/patch-CMakeLists.txt b/x11-themes/gtk-qt4-engine/files/patch-CMakeLists.txt
deleted file mode 100644
index b744c10ad78a..000000000000
--- a/x11-themes/gtk-qt4-engine/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orgi 2008-05-21 13:40:34.000000000 +0200
-+++ CMakeLists.txt 2008-05-21 13:41:09.000000000 +0200
-@@ -1,6 +1,8 @@
- PROJECT (gtk-qt-engine)
- INCLUDE (UsePkgConfig)
-
-+cmake_minimum_required(VERSION 2.4.8)
-+
- # Find KDE
- FIND_PACKAGE(KDE3 REQUIRED)
-
diff --git a/x11-themes/gtk-qt4-engine/files/patch-kcm_gtk__CMakeLists.txt b/x11-themes/gtk-qt4-engine/files/patch-kcm_gtk__CMakeLists.txt
new file mode 100644
index 000000000000..622bdc58c715
--- /dev/null
+++ b/x11-themes/gtk-qt4-engine/files/patch-kcm_gtk__CMakeLists.txt
@@ -0,0 +1,11 @@
+--- ./kcm_gtk/CMakeLists.txt.orig 2008-03-11 04:30:19.000000000 +0300
++++ ./kcm_gtk/CMakeLists.txt 2008-08-20 02:18:45.000000000 +0400
+@@ -16,7 +16,7 @@
+
+ KDE4_ADD_PLUGIN(kcm_gtk4 ${kcm_gtk4_SOURCES})
+
+-INCLUDE_DIRECTORIES(${KDE4_INCLUDE_DIR})
++INCLUDE_DIRECTORIES(BEFORE ${KDE4_INCLUDE_DIR})
+ LINK_DIRECTORIES(${KDE4_LIB_DIR})
+
+ TARGET_LINK_LIBRARIES(kcm_gtk4 ${KDE4_KDECORE_LIBRARY} ${KDE4_KDEUI_LIBRARY} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})