diff -r -c3 --exclude=auto --unidirectional-new-file perl-5.8.0.bak/ext/NDBM_File/hints/freebsd-gnu.pl perl-5.8.0/ext/NDBM_File/hints/freebsd-gnu.pl *** perl-5.8.0.bak/ext/NDBM_File/hints/freebsd-gnu.pl Thu Jan 1 01:00:00 1970 --- perl-5.8.0/ext/NDBM_File/hints/freebsd-gnu.pl Wed Oct 2 03:13:27 2002 *************** *** 0 **** --- 1,2 ---- + # uses GDBM ndbm compatibility feature + $self->{LIBS} = ['-lgdbm']; diff -r -c3 --exclude=auto --unidirectional-new-file perl-5.8.0.bak/ext/ODBM_File/hints/freebsd-gnu.pl perl-5.8.0/ext/ODBM_File/hints/freebsd-gnu.pl *** perl-5.8.0.bak/ext/ODBM_File/hints/freebsd-gnu.pl Thu Jan 1 01:00:00 1970 --- perl-5.8.0/ext/ODBM_File/hints/freebsd-gnu.pl Wed Oct 2 03:13:55 2002 *************** *** 0 **** --- 1,2 ---- + # uses GDBM dbm compatibility feature + $self->{LIBS} = ['-lgdbm']; diff -r -c3 --exclude=auto --unidirectional-new-file perl-5.8.0.bak/hints/freebsd-gnu.sh perl-5.8.0/hints/freebsd-gnu.sh *** perl-5.8.0.bak/hints/freebsd-gnu.sh Thu Jan 1 01:00:00 1970 --- perl-5.8.0/hints/freebsd-gnu.sh Wed Oct 2 02:34:06 2002 *************** *** 0 **** --- 1,58 ---- + # freebsd-gnu.h + # Hint file for FreeBSD 4.0 with glibc 2.3. + # + # From: Bruno Haible + + # Operating system name? [freebsd] freebsd-gnu + osname='freebsd-gnu' + # Operating system version? [4.0-release] 4.0 + osvers='4.0' + + # Build a threading Perl? [n] y + usethreads='define' + + # Use which C compiler? [cc] gcc + cc='gcc -D_REENTRANT -D_GNU_SOURCE' + + # Directories to use for library searches? [/usr/local/lib /usr/lib] /gnu/usr/lib + libpth='/gnu/usr/lib' + + # What libraries to use? [-lnsl -lgdbm -ldl -lm -lc -lcrypt -lutil] -lnsl -lgdbm -ldl -lm -lc -lcrypt -lutil -lpthread + libs='-lnsl -lgdbm -ldl -lm -lc -lcrypt -lutil -lpthread' + + # What optimizer/debugger flag should be used? [-O] -O2 -g + optimize='-O2 -g' + + # Try to use long doubles if available? [n] y + uselongdouble='define' + + # Installation prefix to use? (~name ok) [/usr/local] /gnu/usr + prefix='/gnu/usr' + prefixexp='/gnu/usr' + + # Do you wish to attempt to use the malloc that comes with perl5? [y] n + usemymalloc='n' + + # Do you want to install perl as /usr/bin/perl? [y] n + installusrbinperl='undef' + + # Any special flags to pass to gcc -c to compile shared library modules? [-fpic] -fPIC + cccdlflags='-fPIC' + + # Any special flags to pass to gcc -D_REENTRANT -D_GNU_SOURCE to create a dynamically loaded library? [none] -shared + lddlflags='-shared' + + # Any special flags to pass to gcc -D_REENTRANT -D_GNU_SOURCE to use dynamic linking? [none] -Wl,--export-dynamic + ccdlflags='-Wl,--export-dynamic' + + # Which compiler compiler (byacc or yacc or bison -y) shall I use? [/usr/bin/byacc] bison -y + # FIXME: This doesn't work. + yacc='bison -y' + + + # Other variables, not asked by questions. + usrinc='/gnu/usr/include' + locincpth='' + + # FIXME: Why is this not automatic? + i_libutil='undef'