diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-01-23 16:06:00 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-01-23 16:06:00 (GMT) |
commit | f5906329df4c8974cd83021969671e9c76c31101 (patch) | |
tree | ba8034ae5b4bc902c5f14f9d6fc4bc4920c3cc77 /abs/extra/graphite/graphite2-1.2.0-cmakepath.patch | |
parent | 8f9b5c2f840849607e2a737f84c9cbad66286338 (diff) | |
download | linhes_pkgbuild-f5906329df4c8974cd83021969671e9c76c31101.zip linhes_pkgbuild-f5906329df4c8974cd83021969671e9c76c31101.tar.gz linhes_pkgbuild-f5906329df4c8974cd83021969671e9c76c31101.tar.bz2 |
graphite: initial inclusion. dep of harfbuzz. harfbuzz is dep of google-chrome
Diffstat (limited to 'abs/extra/graphite/graphite2-1.2.0-cmakepath.patch')
-rw-r--r-- | abs/extra/graphite/graphite2-1.2.0-cmakepath.patch | 9 |
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_) |