pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl58 Add LIBSWANTED and SYSLIBPATH for Interix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45105db944e5
branches:  trunk
changeset: 486961:45105db944e5
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Jan 06 06:46:26 2005 +0000

description:
Add LIBSWANTED and SYSLIBPATH for Interix to fix configure step.

diffstat:

 lang/perl58/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r da9fcbfe9196 -r 45105db944e5 lang/perl58/Makefile
--- a/lang/perl58/Makefile      Thu Jan 06 05:32:29 2005 +0000
+++ b/lang/perl58/Makefile      Thu Jan 06 06:46:26 2005 +0000
@@ -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 @@
 #
 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 @@
 #
 SYSLIBPATH.Darwin=     /usr/lib
 SYSLIBPATH.FreeBSD=    /usr/lib
+SYSLIBPATH.Interix=    /usr/lib
 SYSLIBPATH.NetBSD=     /usr/lib
 SYSLIBPATH.SunOS=      /usr/lib
 SYSLIBPATH=            ${SYSLIBPATH.${OPSYS}}



Home | Main Index | Thread Index | Old Index