mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c5f11c8f4f
- Use CMAKE for configure and build process - Remove BROKEN - Remove obsolete patch files
12 lines
828 B
Plaintext
12 lines
828 B
Plaintext
--- CMakeLists.txt 2010-11-08 15:53:25.000000000 -0500
|
|
+++ CMakeLists.txt 2010-11-08 15:54:00.000000000 -0500
|
|
@@ -313,7 +313,7 @@
|
|
SET (LIB_DESTINATION "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE STRING "Library directory name")
|
|
## the following are directories where stuff will be installed to
|
|
SET(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/bullet/" CACHE PATH "The subdirectory to the header prefix")
|
|
- SET(PKGCONFIG_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/" CACHE STRING "Base directory for pkgconfig files")
|
|
+ SET(PKGCONFIG_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig/" CACHE STRING "Base directory for pkgconfig files")
|
|
IF(NOT WIN32)
|
|
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/bullet.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/bullet.pc @ONLY)
|
|
INSTALL(
|