lib2geom/fix-pkgconfig-libdir-path.patch
Dirk Stoecker a029f739cf Accepting request 1056283 from home:ithod:updated
- Update to version 1.2.2
  * Remove assertions in the intersection routine for EllipticalArc
  * fix-floating-point-epsilon-in-tests-i586.patch fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1056283
OBS-URL: https://build.opensuse.org/package/show/graphics/lib2geom?expand=0&rev=3
2023-01-06 07:03:36 +00:00

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