mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
- Many changes - move lib/pkgconfig/glm.pc to libdata/pkgconfig/ PR: 219737 Submitted by: pfg Relnotes: https://github.com/g-truc/glm/releases
11 lines
331 B
Text
11 lines
331 B
Text
--- CMakeLists.txt.orig 2017-06-04 05:59:53 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -226,7 +226,7 @@ configure_file(
|
|
# install pkg-config file
|
|
install(
|
|
FILES "${CMAKE_CURRENT_BINARY_DIR}/glm.pc"
|
|
- DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig"
|
|
+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/../libdata/pkgconfig"
|
|
)
|
|
|
|
export(PACKAGE glm)
|