summaryrefslogtreecommitdiff
path: root/graphics/kgraphviewer/files/patch-src_CMakeLists.txt
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2009-09-01 22:19:47 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2009-09-01 22:19:47 +0000
commit0f43e1909876ae396b78f78b521ac5e085559c60 (patch)
tree8d89047e6672cc7cfe391d8d99836634cb4d1143 /graphics/kgraphviewer/files/patch-src_CMakeLists.txt
parentWSPR (pronounced "whisper") stands for "Weak Signal Propagation Reporter." (diff)
The FreeBSD KDE is please to announce the release of KDE 4.3.1,
a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.1.php We would like to thank all our contributors and testers. My personal thanks to miwi and makc for coaching me through my first KDE commit.
Notes
Notes: svn path=/head/; revision=240675
Diffstat (limited to 'graphics/kgraphviewer/files/patch-src_CMakeLists.txt')
-rw-r--r--graphics/kgraphviewer/files/patch-src_CMakeLists.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/kgraphviewer/files/patch-src_CMakeLists.txt b/graphics/kgraphviewer/files/patch-src_CMakeLists.txt
index bf793c74695e..71a67461cc05 100644
--- a/graphics/kgraphviewer/files/patch-src_CMakeLists.txt
+++ b/graphics/kgraphviewer/files/patch-src_CMakeLists.txt
@@ -1,5 +1,5 @@
---- src/CMakeLists.txt.orig 2009-07-30 23:25:29.000000000 +1100
-+++ src/CMakeLists.txt 2009-08-03 02:07:27.000000000 +1100
+--- ./src/CMakeLists.txt.orig 2009-08-31 18:57:31.000000000 +0400
++++ ./src/CMakeLists.txt 2009-09-01 21:42:30.000000000 +0400
@@ -15,7 +15,7 @@
kde4_add_executable(kgraphviewer ${kgraphviewer_SRCS})
@@ -9,3 +9,12 @@
install( TARGETS kgraphviewer ${INSTALL_TARGETS_DEFAULT_ARGS})
+@@ -40,7 +40,7 @@
+
+ kde4_add_executable(kgrapheditor ${kgrapheditor_SRCS})
+
+-target_link_libraries(kgrapheditor ${QT_AND_KDECORE_LIBS} ${KDE4_KHTML_LIBS} gvc graph pathplan cdt)
++target_link_libraries(kgrapheditor ${QT_AND_KDECORE_LIBS} ${KDE4_KHTML_LIBS} ${LIBGVC_LIBRARY} gvc graph pathplan cdt)
+
+ install( TARGETS kgrapheditor ${INSTALL_TARGETS_DEFAULT_ARGS})
+