gentoo-ebuilds/x11-libs/goffice/files/goffice-0.10.59-remove-which.patch
David Seifert 161220288a
x11-libs/goffice: add 0.10.59
Bug: https://bugs.gentoo.org/955369
Signed-off-by: David Seifert <soap@gentoo.org>
2025-05-04 20:47:16 +02:00

14 lines
427 B
Diff

https://bugs.gentoo.org/955369
https://gitlab.gnome.org/GNOME/goffice/-/merge_requests/17
--- a/configure
+++ b/configure
@@ -19495,7 +19495,7 @@
have_mandatory_funcs=yes
need_sunmath=0
ss_ccprog=`echo $CC | sed -e 's/ .*//'`
- ss_cc=`which $ss_ccprog`
+ ss_cc=`command -v $ss_ccprog`
ss_dir=`dirname "$ss_cc"`"/.."
if test ! -f "$ss_dir/lib/libsunmath.so"; then
ss_dir="/opt/SUNWspro"