aboutsummaryrefslogtreecommitdiffstats
path: root/main/graphite2/graphite2-1.2.0-cmakepath.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-24 08:03:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-24 08:04:00 +0000
commit141dcb9ec47fa2cc0234c92bd232d908ada71c93 (patch)
tree9b5c7823a90618483ef15ca8dda77bc107e5fb8b /main/graphite2/graphite2-1.2.0-cmakepath.patch
parentfc93d161b9c7ae99c615779d67571fe85be1392a (diff)
downloadaports-141dcb9ec47fa2cc0234c92bd232d908ada71c93.tar.bz2
aports-141dcb9ec47fa2cc0234c92bd232d908ada71c93.tar.xz
main/graphite2: upgrade to 1.3.12
Diffstat (limited to 'main/graphite2/graphite2-1.2.0-cmakepath.patch')
-rw-r--r--main/graphite2/graphite2-1.2.0-cmakepath.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/main/graphite2/graphite2-1.2.0-cmakepath.patch b/main/graphite2/graphite2-1.2.0-cmakepath.patch
deleted file mode 100644
index daed0770fa..0000000000
--- a/main/graphite2/graphite2-1.2.0-cmakepath.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -urN graphite2-1.2.0.orig/src/CMakeLists.txt graphite2-1.2.0/src/CMakeLists.txt
---- graphite2-1.2.0.orig/src/CMakeLists.txt 2013-01-29 15:47:32.465841769 +0530
-+++ graphite2-1.2.0/src/CMakeLists.txt 2013-01-29 15:48:24.056843352 +0530
-@@ -136,4 +136,4 @@
-
-
- install(TARGETS graphite2 EXPORT graphite2 LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} PUBLIC_HEADER DESTINATION include/graphite2 RUNTIME DESTINATION bin)
--install(EXPORT graphite2 DESTINATION share/graphite2 NAMESPACE gr2_)
-+install(EXPORT graphite2 DESTINATION lib${LIB_SUFFIX}/cmake/graphite2 NAMESPACE gr2_)