mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
2491c806fb
Details: - Update to upstream version 1.4.0 - Fix build - Update maintainer e-mail address - Removed OPTIONs: GEOTIFF LIBXML2 LASZIP APPS ATTRIBUTE - New OPTIONs: PGPOINTCLOUD SQLITE PYTHON TESTS PR: 215842 Submitted by: lbartoletti@tuxfamily.org Reviewed by: riggs Approved by: maintainer timeout MFH: 2017Q1 (build fix blanket)
12 lines
501 B
Plaintext
12 lines
501 B
Plaintext
--- apps/CMakeLists.txt.orig 2017-01-06 20:53:26 UTC
|
|
+++ apps/CMakeLists.txt
|
|
@@ -60,7 +60,7 @@ file(MAKE_DIRECTORY "${PDAL_OUTPUT_LIB_D
|
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/pdal.pc.in
|
|
${CMAKE_CURRENT_BINARY_DIR}/pdal.pc @ONLY)
|
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pdal.pc
|
|
- DESTINATION "${PDAL_LIB_INSTALL_DIR}/pkgconfig/"
|
|
+ DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig/"
|
|
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
|
|
|
|
if(UNIX OR APPLE)
|