aboutsummaryrefslogtreecommitdiffstats
path: root/main/graphite2/graphite2-1.2.0-cmakepath.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-09-14 08:56:17 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-14 13:25:30 +0200
commit55612fdf79883b54b6a041c7bd96504046c1d519 (patch)
tree9e257cec46ad96993c227e76c75f6b7c6314c0e3 /main/graphite2/graphite2-1.2.0-cmakepath.patch
parent4041a223b7e7b9a7ab163406bc7f4b04a4a8fad3 (diff)
downloadaports-55612fdf79883b54b6a041c7bd96504046c1d519.tar.bz2
aports-55612fdf79883b54b6a041c7bd96504046c1d519.tar.xz
main/graphite2: upgrade to 1.3.2
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, 9 insertions, 0 deletions
diff --git a/main/graphite2/graphite2-1.2.0-cmakepath.patch b/main/graphite2/graphite2-1.2.0-cmakepath.patch
new file mode 100644
index 0000000000..daed0770fa
--- /dev/null
+++ b/main/graphite2/graphite2-1.2.0-cmakepath.patch
@@ -0,0 +1,9 @@
+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_)