diff options
Diffstat (limited to 'graphics/pfstools/files/patch-src_pfs_CMakeLists.txt')
-rw-r--r-- | graphics/pfstools/files/patch-src_pfs_CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/pfstools/files/patch-src_pfs_CMakeLists.txt b/graphics/pfstools/files/patch-src_pfs_CMakeLists.txt new file mode 100644 index 000000000000..e7c004fe0976 --- /dev/null +++ b/graphics/pfstools/files/patch-src_pfs_CMakeLists.txt @@ -0,0 +1,11 @@ +--- src/pfs/CMakeLists.txt.orig 2018-01-19 06:59:44 UTC ++++ src/pfs/CMakeLists.txt +@@ -29,7 +29,7 @@ install (TARGETS pfs + + #install (FILES ${CMAKE_CURRENT_BINARY_DIR}/cygpfs.dll DESTINATION bin) + install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/pfs.h ${CMAKE_CURRENT_SOURCE_DIR}/array2d.h DESTINATION include/pfs) +-install (FILES ${CMAKE_CURRENT_BINARY_DIR}/pfs.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig) ++install (FILES ${CMAKE_CURRENT_BINARY_DIR}/pfs.pc DESTINATION libdata/pkgconfig) + + #install (FILES pfsoutppm.1 DESTINATION ${MAN_DIR}) + |