mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
14 lines
427 B
Diff
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"
|