summaryrefslogtreecommitdiffstats
path: root/abs/extra/graphite/graphite2-1.2.0-cmakepath.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-08-19 19:46:53 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-08-19 19:46:53 (GMT)
commit8a93fa938cbbb0d3b0b1c50ce5c8d0d6da918389 (patch)
tree77a0655d0eb9eec8dfaab00d842de255e3b2dbd5 /abs/extra/graphite/graphite2-1.2.0-cmakepath.patch
parentb9463e0085b6fbf110f0c71143eca3f5c7fa61e5 (diff)
downloadlinhes_pkgbuild-8a93fa938cbbb0d3b0b1c50ce5c8d0d6da918389.zip
linhes_pkgbuild-8a93fa938cbbb0d3b0b1c50ce5c8d0d6da918389.tar.gz
linhes_pkgbuild-8a93fa938cbbb0d3b0b1c50ce5c8d0d6da918389.tar.bz2
graphite: initial inclusion. dep of harfbuzz.
Diffstat (limited to 'abs/extra/graphite/graphite2-1.2.0-cmakepath.patch')
-rw-r--r--abs/extra/graphite/graphite2-1.2.0-cmakepath.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/graphite/graphite2-1.2.0-cmakepath.patch b/abs/extra/graphite/graphite2-1.2.0-cmakepath.patch
new file mode 100644
index 0000000..ee71cd6
--- /dev/null
+++ b/abs/extra/graphite/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}/graphite2 NAMESPACE gr2_)