summaryrefslogtreecommitdiff
path: root/databases/hypertable/files/patch-FindRRDtool.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'databases/hypertable/files/patch-FindRRDtool.cmake')
-rw-r--r--databases/hypertable/files/patch-FindRRDtool.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/hypertable/files/patch-FindRRDtool.cmake b/databases/hypertable/files/patch-FindRRDtool.cmake
deleted file mode 100644
index b6672d4f726d..000000000000
--- a/databases/hypertable/files/patch-FindRRDtool.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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 ()