summaryrefslogtreecommitdiff
path: root/lang/perl58
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-06 06:46:26 +0000
committertv <tv@pkgsrc.org>2005-01-06 06:46:26 +0000
commitde6b0023301626058687e36d4c35fcc1ab3ca9f5 (patch)
tree3a6728d9e22d981d67745a8d35b8cb3993272281 /lang/perl58
parent049d18c5835d62b6eb9c1cf77d2c9701a08dc17c (diff)
downloadpkgsrc-de6b0023301626058687e36d4c35fcc1ab3ca9f5.tar.gz
Add LIBSWANTED and SYSLIBPATH for Interix to fix configure step.
Diffstat (limited to 'lang/perl58')
-rw-r--r--lang/perl58/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile
index bb0c5ebe469..6bd0cef9918 100644
--- a/lang/perl58/Makefile
+++ b/lang/perl58/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2005/01/04 23:38:31 minskim Exp $
+# $NetBSD: Makefile,v 1.72 2005/01/06 06:46:26 tv Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -97,6 +97,7 @@ USE_GNU_TOOLS+= make
#
LIBSWANTED.Darwin= m c
LIBSWANTED.FreeBSD= m crypt
+LIBSWANTED.Interix= m dl
LIBSWANTED.IRIX= m crypt
LIBSWANTED.NetBSD= m crypt
LIBSWANTED.SunOS= m crypt dl socket nsl
@@ -108,6 +109,7 @@ LIBSWANTED= ${LIBSWANTED.${OPSYS}}
#
SYSLIBPATH.Darwin= /usr/lib
SYSLIBPATH.FreeBSD= /usr/lib
+SYSLIBPATH.Interix= /usr/lib
SYSLIBPATH.NetBSD= /usr/lib
SYSLIBPATH.SunOS= /usr/lib
SYSLIBPATH= ${SYSLIBPATH.${OPSYS}}