X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fsunos_4_0_2.sh;h=99fce3f44b4965a66751427153aaf1d1946fb158;hb=7c0587c85ff56c1fa1d95bc5228a7aff2da43d6c;hp=0cdff54578d5b2b4fd8234cf02c26147ff9b3ede;hpb=35c8bce761056f470189967ccc824e04467151df;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/sunos_4_0_2.sh b/hints/sunos_4_0_2.sh index 0cdff54..99fce3f 100644 --- a/hints/sunos_4_0_2.sh +++ b/hints/sunos_4_0_2.sh @@ -1,4 +1 @@ -echo ': work around botch in SunOS 4.0.1 and 4.0.2' >>../perl.h -echo '#ifndef fputs' >>../perl.h -echo '#define fputs(str,fp) fprintf(fp,"%s",str)' >>../perl.h -echo '#endif' >>../perl.h +ccflags="$ccflags -DFPUTS_BOTCH"