- Bump v1.17
- Correct pkgconfig installation directory (use GNU install
dirs, install to LIBDIR/pkgconfig
- added 2.patch from upstream PR#2 to add cmake export
- added fix_return.patch to fix missing return value
OBS-URL: https://build.opensuse.org/request/show/936142
OBS-URL: https://build.opensuse.org/package/show/science/libcerf?expand=0&rev=20
9 lines
209 B
Diff
9 lines
209 B
Diff
--- lib/width.c.orig 2021-12-06 17:02:13.721253753 -0700
|
|
+++ lib/width.c 2021-12-06 17:02:49.627449182 -0700
|
|
@@ -120,4 +120,5 @@
|
|
}
|
|
}
|
|
assert(0); /* One should never arrive here */
|
|
+ return 0;
|
|
}
|