diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-30 08:00:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-30 08:00:32 +0000 |
commit | 3d06de7fcff1d605886d3c63220956f7260ddb84 (patch) | |
tree | da5aa4b971926e3ef1f9263bbdeb714053206d02 /gnu/usr.bin/perl/hints/titanos.sh | |
parent | c54c74271308a8fd18f1bc3a193343d079ebe481 (diff) |
perl 5.004_04
Diffstat (limited to 'gnu/usr.bin/perl/hints/titanos.sh')
-rw-r--r-- | gnu/usr.bin/perl/hints/titanos.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/usr.bin/perl/hints/titanos.sh b/gnu/usr.bin/perl/hints/titanos.sh index 0f382ac0ff9..cea99f82a3a 100644 --- a/gnu/usr.bin/perl/hints/titanos.sh +++ b/gnu/usr.bin/perl/hints/titanos.sh @@ -1,6 +1,6 @@ # Hints file (perl 4.019) for Kubota Pacific's Titan 3000 Series Machines. # Created by: JT McDuffie (jt@kpc.com) 26 DEC 1991 -# p5ed by: Jarkko Hietaniemi <jhi@hut.fi> Aug 27 1994 +# p5ed by: Jarkko Hietaniemi <jhi@iki.fi> Aug 27 1994 # NOTE: You should run Configure with tcsh (yes, tcsh). # Comments by Andy Dougherty <doughera@lafcol.lafayette.edu> 28 Mar 1995 alignbytes="8" @@ -25,16 +25,15 @@ stdchar='unsigned char' # And even there, we should only bother to delete harmful libraries. # However, I don't know what they are or why they should be deleted, # so this will have to do for now. --AD 28 Mar 1995 -libswanted='nsl dbm gdbm db PW malloc m' +libswanted='sfio nsl dbm gdbm db PW malloc m' # # Extensions: This system can not compile POSIX. We'll let Configure -# figure out the others. Certainly Fcntl, Socket, and at least one *DB* -# extension should be included. -# perl5.000 had: static_ext='DynaLoader NDBM_File Socket' +# figure out the others. useposix='n' # uidtype='ushort' voidflags='7' inclwanted='/usr/include /usr/include/net' -libpth='/usr/lib /usr/local/lib /lib' +# Setting libpth shouldn't be needed any more. +# libpth='/usr/lib /usr/local/lib /lib' pth='. /bin /usr/bin /usr/ucb /usr/local/bin /usr/X11/bin /usr/lbin /etc /usr/lib' |