Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 675240 | Differences between
and this patch

Collapse All | Expand All

(-)a/cmake/exiv2.pc.in (-4 / +4 lines)
Lines 1-7 Link Here
1
prefix=@CMAKE_INSTALL_PREFIX@
1
prefix=@prefix@
2
exec_prefix=${prefix}
2
exec_prefix=@exec_prefix@
3
libdir=${prefix}/lib
3
libdir=@libdir@
4
includedir=${prefix}/include
4
includedir=@includedir@
5
5
6
Name: exiv2
6
Name: exiv2
7
Description: @PROJECT_DESCRIPTION@
7
Description: @PROJECT_DESCRIPTION@

Return to bug 675240