summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/graphite2/files/graphite2-multilib-strict.patch')
-rw-r--r--media-gfx/graphite2/files/graphite2-multilib-strict.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/media-gfx/graphite2/files/graphite2-multilib-strict.patch b/media-gfx/graphite2/files/graphite2-multilib-strict.patch
deleted file mode 100644
index 66d849a63369..000000000000
--- a/media-gfx/graphite2/files/graphite2-multilib-strict.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urN graphite2-0.9.4.old/CMakeLists.txt graphite2-0.9.4/CMakeLists.txt
---- graphite2-0.9.4.old/CMakeLists.txt 2011-07-27 17:45:26.000000000 +0200
-+++ graphite2-0.9.4/CMakeLists.txt 2011-07-27 17:48:30.000000000 +0200
-@@ -68,5 +68,5 @@
-
- configure_file(graphite2.pc.in graphite2.pc)
-
--install(FILES ${PROJECT_BINARY_DIR}/graphite2.pc DESTINATION lib/pkgconfig)
-+install(FILES ${PROJECT_BINARY_DIR}/graphite2.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig)
-
-diff -urN graphite2-0.9.4.old/src/CMakeLists.txt graphite2-0.9.4/src/CMakeLists.txt
---- graphite2-0.9.4.old/src/CMakeLists.txt 2011-07-27 17:45:26.000000000 +0200
-+++ graphite2-0.9.4/src/CMakeLists.txt 2011-07-27 17:48:04.000000000 +0200
-@@ -182,6 +182,6 @@
- endif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
-
-
--install(TARGETS graphite2 EXPORT graphite2 LIBRARY DESTINATION lib ARCHIVE DESTINATION lib PUBLIC_HEADER DESTINATION include/graphite2 RUNTIME DESTINATION bin)
-+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_)
-