diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-17 07:42:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-17 07:42:30 +0800 |
commit | e7608c789f04ef64f89c245bbabbc40c92caef5a (patch) | |
tree | 1f9ff74b39e905e433f918ed363fe02fe48d98ef /deskutils/plasma-applet-panelspacer | |
parent | e376a15c4684a7b26ccc1bea27c97818294309e7 (diff) | |
download | freebsd-ports-graphics-e7608c789f04ef64f89c245bbabbc40c92caef5a.tar.gz freebsd-ports-graphics-e7608c789f04ef64f89c245bbabbc40c92caef5a.tar.zst freebsd-ports-graphics-e7608c789f04ef64f89c245bbabbc40c92caef5a.zip |
- Add missing patch to fix the build
Diffstat (limited to 'deskutils/plasma-applet-panelspacer')
-rw-r--r-- | deskutils/plasma-applet-panelspacer/files/patch-CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/plasma-applet-panelspacer/files/patch-CMakeLists.txt b/deskutils/plasma-applet-panelspacer/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..4c62f849b66 --- /dev/null +++ b/deskutils/plasma-applet-panelspacer/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- ./CMakeLists.txt.orig 2009-02-10 02:21:40.000000000 -0500 ++++ ./CMakeLists.txt 2009-02-10 02:21:49.000000000 -0500 +@@ -3,7 +3,6 @@ + # Find the required Libaries + find_package(KDE4 REQUIRED) + include(KDE4Defaults) +-find_package(Plasma REQUIRED) + + add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) + include_directories( |