99a4c8ac21
* The classes Point, Interval and their integer variants have been enhanced * New member functions have been added to the Point, IntPoint and OptRect classes * Several bug fixes, build system improvements * See the full release notes https://gitlab.com/inkscape/lib2geom/-/releases/1.4 - Drop skip_failing_tests.diff and skip_failing_tests_gcc14.diff patches, fixed upstream OBS-URL: https://build.opensuse.org/package/show/graphics/lib2geom?expand=0&rev=25
13 lines
352 B
Diff
13 lines
352 B
Diff
Index: lib2geom-1.2.2/2geom.pc.in
|
|
===================================================================
|
|
--- lib2geom-1.2.2.orig/2geom.pc.in
|
|
+++ lib2geom-1.2.2/2geom.pc.in
|
|
@@ -1,6 +1,6 @@
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
-libdir=${exec_prefix}/lib
|
|
+libdir=%{prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: 2geom
|