X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fnext_3_0.sh;h=06d122ac96591ee96199e6347196e584a1cabcef;hb=c21d1a0f049833fd2ca59ef598337f86f2cd08f4;hp=b8cc2c2d9052fdf0058a1567f7582f50c585a23a;hpb=d31f3823ad8e1cfac726b22b7f10e070cb52a665;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/next_3_0.sh b/hints/next_3_0.sh index b8cc2c2..06d122a 100644 --- a/hints/next_3_0.sh +++ b/hints/next_3_0.sh @@ -16,11 +16,11 @@ echo find it. By default, it is placed in /usr/local/include/gdbm.h. >&4 echo It will not be found there. Try moving it to >&4 echo /NextDeveloper/Headers/bsd/gdbm.h. >&4 -ccflags='-DUSE_NEXT_CTYPE -DNEXT30_NO_ATTRIBUTE' +ccflags="$ccflags -DUSE_NEXT_CTYPE" POSIX_cflags='ccflags="-posix $ccflags"' useposix='undef' -ldflags='-u libsys_s' -libswanted='dbm gdbm db' +ldflags="$ldflags -u libsys_s" +libswanted="$libswanted dbm gdbm db" # lddlflags='-r' # Give cccdlflags an empty value since Configure will detect we are @@ -51,3 +51,11 @@ d_setpgid='undef' # (Thanks to Andreas Koenig ) ranlib='sleep 5; /bin/ranlib' +# Doesn't support attributes, so we'll set that here. +d_attribute_format='undef' +d_attribute_malloc='undef' +d_attribute_nonnull='undef' +d_attribute_noreturn='undef' +d_attribute_pure='undef' +d_attribute_unused='undef' +d_attribute_warn_unused_result='undef'