Set LIBSWANTED and SYSLIBPATH for DragonFly.

Tests that failed are:

../ext/POSIX/t/posix.t

not ok 3 -     read to array element # TODO read to array element not working
# Failed at /home/reed/pkgsrc/lang/perl5/work/perl-5.8.7/ext/POSIX/t/posix.t lin
e 40
#      got undef
# expected 'perl
# '

not ok 11 - masked SIGINT received
This commit is contained in:
reed 2005-08-22 17:40:20 +00:00
parent b786344c23
commit 5f24b12922

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.101 2005/08/18 17:26:48 jlam Exp $
# $NetBSD: Makefile,v 1.102 2005/08/22 17:40:20 reed Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@ -156,6 +156,7 @@ CONFIGURE_ARGS+= -Dissymlink="${TOOLS_TEST} -h"
# particular operating system.
#
LIBSWANTED.Darwin= m c
LIBSWANTED.DragonFly= m crypt
LIBSWANTED.FreeBSD= m crypt
LIBSWANTED.IRIX= m crypt
LIBSWANTED.Interix= m dl
@ -169,6 +170,7 @@ LIBSWANTED= ${LIBSWANTED.${OPSYS}}
# operating system.
#
SYSLIBPATH.Darwin= /usr/lib
SYSLIBPATH.DragonFly= /usr/lib
SYSLIBPATH.FreeBSD= /usr/lib
SYSLIBPATH.Interix= /usr/lib
SYSLIBPATH.NetBSD= /usr/lib