a029f739cf
- 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
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
|