1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/math/glm/files/patch-CMakeLists.txt
Kurt Jaeger f95cb6b530 math/glm: update 0.9.7.3 -> 0.9.8.4
- Many changes
- move lib/pkgconfig/glm.pc to libdata/pkgconfig/

PR:		219737
Submitted by:	pfg
Relnotes:	https://github.com/g-truc/glm/releases
2017-06-04 15:57:53 +00:00

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)