X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fsvr4.sh;h=b3be9ac40b44c18ce2fecb4953f34fa1ddcbdb82;hb=e8d7f3747c04a9bb10b98235d6cac8ff43bf8a54;hp=fe88f27dec29cfdf52fe2e54c0aa928a046fe6f4;hpb=c17f77a2b52ab64708c79333125bd73d16dd6485;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/svr4.sh b/hints/svr4.sh index fe88f27..b3be9ac 100644 --- a/hints/svr4.sh +++ b/hints/svr4.sh @@ -23,7 +23,7 @@ libswanted=`echo " $libswanted " | sed -e 's/ malloc / /'` # -e 's/ ucb / /'` # it is needed for ODBM_File and NDBM_File extensions. if [ -r /usr/ucblib/libucb.a ]; then # If using BSD-compat. library: - d_Gconvert='gcvt((x),(n),(b))' # Try gcvt() before gconvert(). + gconvert_preference='gcvt sprintf' # Try gcvt() before gconvert(). # Use the "native" counterparts, not the BSD emulation stuff: d_bcmp='undef' d_bcopy='undef' d_bzero='undef' d_safebcpy='undef' d_index='undef' d_killpg='undef' d_getprior='undef' d_setprior='undef'