summaryrefslogtreecommitdiff
path: root/databases/hypertable/files/patch-FindRRDtool.cmake
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2010-08-20 11:13:23 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2010-08-20 11:13:23 +0000
commit5ce8467a522d617a6cdb2c80e9186e25828924ff (patch)
tree2e466f1f020adbc0fbc2a9c4074827d78dca0e62 /databases/hypertable/files/patch-FindRRDtool.cmake
parentFix plist. (diff)
Add hypertable , high performance distributed data storage system.
Notes
Notes: svn path=/head/; revision=259626
Diffstat (limited to 'databases/hypertable/files/patch-FindRRDtool.cmake')
-rw-r--r--databases/hypertable/files/patch-FindRRDtool.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/hypertable/files/patch-FindRRDtool.cmake b/databases/hypertable/files/patch-FindRRDtool.cmake
new file mode 100644
index 000000000000..b6672d4f726d
--- /dev/null
+++ b/databases/hypertable/files/patch-FindRRDtool.cmake
@@ -0,0 +1,13 @@
+--- cmake/FindRRDtool.cmake.orig 2010-08-10 16:56:32.000000000 +0000
++++ cmake/FindRRDtool.cmake 2010-08-10 16:56:53.000000000 +0000
+@@ -50,8 +50,8 @@
+
+ message(STATUS "${RRD_LIBRARY} ${RRD_INCLUDE_DIR} ${FREETYPE_LIBRARY} ${PNG12_LIBRARY} ${ART_LGPL_2_LIBRARY}")
+
+-if (RRD_LIBRARY AND RRD_INCLUDE_DIR AND FREETYPE_LIBRARY AND PNG12_LIBRARY AND ART_LGPL_2_LIBRARY)
+- set(RRD_LIBRARIES ${RRD_LIBRARY} ${FREETYPE_LIBRARY} ${PNG12_LIBRARY} ${ART_LGPL_2_LIBRARY})
++if (RRD_LIBRARY AND RRD_INCLUDE_DIR)
++ set(RRD_LIBRARIES ${RRD_LIBRARY})
+ set(RRD_FOUND "YES")
+ message(STATUS "Found RRDtool: ${RRD_LIBRARIES}")
+ else ()