diff options
author | 2016-02-07 10:49:47 -0800 | |
---|---|---|
committer | 2016-02-08 23:43:24 +0700 | |
commit | 2355494a80c4503f4f51ab8fb77373cd17823f6e (patch) | |
tree | 236833d1568b5b9720b7f0027158b07f5fef057a /graphics/fontmatrix/fix-podofo-detection.patch | |
parent | 0898924fccf16f08aacf312c587a0720d671ce98 (diff) | |
download | slackbuilds-2355494a80c4503f4f51ab8fb77373cd17823f6e.tar.gz slackbuilds-2355494a80c4503f4f51ab8fb77373cd17823f6e.tar.xz |
graphics/fontmatrix: fix build
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/fontmatrix/fix-podofo-detection.patch')
-rw-r--r-- | graphics/fontmatrix/fix-podofo-detection.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/fontmatrix/fix-podofo-detection.patch b/graphics/fontmatrix/fix-podofo-detection.patch deleted file mode 100644 index f87fefb020..0000000000 --- a/graphics/fontmatrix/fix-podofo-detection.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur fontmatrix-0.6.0-Source.orig/cmake/modules/FindLIBPODOFO.cmake fontmatrix-0.6.0-Source/cmake/modules/FindLIBPODOFO.cmake ---- fontmatrix-0.6.0-Source.orig/cmake/modules/FindLIBPODOFO.cmake 2009-07-03 15:26:41.000000000 +0000 -+++ fontmatrix-0.6.0-Source/cmake/modules/FindLIBPODOFO.cmake 2009-07-04 02:15:14.000000000 +0000 -@@ -32,6 +32,7 @@ - "${LIBPODOFO_DIR}/src" - "${LIBPODOFO_DIR}" - /usr/lib /usr/local/lib -+ /usr/lib64 /usr/local/lib64 - ) - - IF(LIBPODOFO_INCLUDE_DIR AND LIBPODOFO_LIBRARY) |