diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:04:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:04:10 +0000 |
commit | f16b8a54c80d3f94038846607802777fe797aaa1 (patch) | |
tree | 3e015a5e2ba5ac622ac3690e13dc67fa4496fa3a /graphite2-1.2.0-cmakepath.patch | |
parent | 66d5767671aadd5a6fa00d5b92ebd426defe82ad (diff) |
automatic import of graphite2openeuler24.03_LTS
Diffstat (limited to 'graphite2-1.2.0-cmakepath.patch')
-rw-r--r-- | graphite2-1.2.0-cmakepath.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphite2-1.2.0-cmakepath.patch b/graphite2-1.2.0-cmakepath.patch new file mode 100644 index 0000000..ee71cd6 --- /dev/null +++ b/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_) |