Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312799
Collapse All | Expand All

(-)libLASi-1.1.0.orig/CMakeLists.txt (+1 lines)
Lines 35-40 Link Here
35
configure_file(
35
configure_file(
36
${CMAKE_CURRENT_SOURCE_DIR}/lasi.pc.in
36
${CMAKE_CURRENT_SOURCE_DIR}/lasi.pc.in
37
${CMAKE_CURRENT_BINARY_DIR}/lasi.pc
37
${CMAKE_CURRENT_BINARY_DIR}/lasi.pc
38
@ONLY
38
)
39
)
39
40
40
install(FILES
41
install(FILES
(-)libLASi-1.1.0.orig/lasi.pc.in (-1 / +1 lines)
Lines 1-6 Link Here
1
prefix=@prefix@
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
2
exec_prefix=@exec_prefix@
3
libdir=@libdir@
3
libdir=${exec_prefix}/@libdir@
4
includedir=@includedir@
4
includedir=@includedir@
5
5
6
Name: LASi
6
Name: LASi

Return to bug 312799