ports/misc/raspberrypi-userland/files/patch-CMakeLists.txt
Carlos J. Puga Medina 5a4bfe1aec misc/raspberrypi-userland: Update to 20161026
PR:		213911
Submitted by:	mikael.urankar@gmail.com (maintainer)
Approved by:	amdmi3 (mentor)
2016-12-25 19:22:53 +00:00

11 lines
512 B
Text

--- CMakeLists.txt.orig 2016-10-30 UTC
+++ CMakeLists.txt
@@ -116,7 +116,7 @@ if(PKG_CONFIG_FOUND)
foreach(PCFILE bcm_host.pc egl.pc glesv2.pc vg.pc brcmegl.pc brcmglesv2.pc brcmvg.pc )
configure_file("pkgconfig/${PCFILE}.in" "${PCFILE}" @ONLY)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PCFILE}"
- DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")
+ DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig")
endforeach()
endif()
# Remove cache entry, if one added by command line