summaryrefslogtreecommitdiff
path: root/user/graphite2/cmake.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-09 17:18:51 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-09 17:18:51 +0000
commit9df2f4099253b1ecaf3d8204c5e8a0f65277eeb1 (patch)
tree2f41e3e5a34744824378fb2ec560037d7d2aba93 /user/graphite2/cmake.patch
parentbdcf660b0d4d357d20e5ae8c555ac1076577d09d (diff)
downloadpackages-9df2f4099253b1ecaf3d8204c5e8a0f65277eeb1.tar.gz
packages-9df2f4099253b1ecaf3d8204c5e8a0f65277eeb1.tar.bz2
packages-9df2f4099253b1ecaf3d8204c5e8a0f65277eeb1.tar.xz
packages-9df2f4099253b1ecaf3d8204c5e8a0f65277eeb1.zip
user/graphite2: bump to 1.3.12
Diffstat (limited to 'user/graphite2/cmake.patch')
-rw-r--r--user/graphite2/cmake.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/user/graphite2/cmake.patch b/user/graphite2/cmake.patch
deleted file mode 100644
index 41f1e5187..000000000
--- a/user/graphite2/cmake.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./tests/CMakeLists.txt.orig
-+++ ./tests/CMakeLists.txt
-@@ -58,7 +58,9 @@
- LINKER_LANGUAGE C)
- endif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
-
--add_subdirectory(comparerenderer)
-+if (GRAPHITE2_COMPARE_RENDERER)
-+ add_subdirectory(comparerenderer)
-+endif (GRAPHITE2_COMPARE_RENDERER)
- add_subdirectory(endian)
- add_subdirectory(bittwiddling)
- if (NOT GRAPHITE2_NFILEFACE)