mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
f95cb6b530
- Many changes - move lib/pkgconfig/glm.pc to libdata/pkgconfig/ PR: 219737 Submitted by: pfg Relnotes: https://github.com/g-truc/glm/releases
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
--- 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)
|