ports/devel/bullet/files/patch-CMakeLists.txt
Dmitry Marakasov 607e9f46fa - Update to 2.83.7
- Add license
- Switch to options helpers

PR:		212112
Submitted by:	t@tobik.me
Approved by:	maintainer timeout (acm, 2 weeks)
2016-09-11 17:23:40 +00:00

11 lines
700 B
Text

--- CMakeLists.txt.orig 2016-01-08 22:36:41 UTC
+++ CMakeLists.txt
@@ -254,7 +254,7 @@ IF(INSTALL_LIBS)
SET (LIB_DESTINATION "lib${LIB_SUFFIX}" CACHE STRING "Library directory name")
## the following are directories where stuff will be installed to
SET(INCLUDE_INSTALL_DIR "include/bullet/" CACHE PATH "The subdirectory to the header prefix")
- SET(PKGCONFIG_INSTALL_PREFIX "lib${LIB_SUFFIX}/pkgconfig/" CACHE STRING "Base directory for pkgconfig files")
+ SET(PKGCONFIG_INSTALL_PREFIX "libdata/pkgconfig/" CACHE STRING "Base directory for pkgconfig files")
IF(NOT MSVC)
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/bullet.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/bullet.pc @ONLY)
INSTALL(