X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fbsdos.sh;h=8cf69bac6911447d041e0efbb03a4be307298ebc;hb=bcbb37e68c8af7f356dd1bf2b25fd24f46baffe3;hp=aedf4b696768854dcc920f079184c542d1fd9ef9;hpb=d84bea6a560458ec6168f312a9ed7883007af513;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/bsdos.sh b/hints/bsdos.sh index aedf4b6..8cf69ba 100644 --- a/hints/bsdos.sh +++ b/hints/bsdos.sh @@ -95,5 +95,15 @@ case "$osvers" in d_setreuid='undef' d_setrgid='undef' d_setruid='undef' + + # based on the 5.001m hints file from BSD/OS source disk + # (this is needed for pTk to work) + + # BSD/OS 2.1 doesn't (yet) support true dynamic linking. + # So we "preload' the shared libraries by linking against + # them, even though we don't pull in any symbols thereby. + libswanted="Xpm Xaw Xmu Xt SM ICE Xext X11 $libswanted" + libswanted="rpc curses termcap $libswanted" + ;; esac