pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 For BSD/OS, define LIBSWANTED.BSDOS and SYS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d4274fd09c1
branches:  trunk
changeset: 464236:7d4274fd09c1
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Dec 05 05:31:12 2003 +0000

description:
For BSD/OS, define LIBSWANTED.BSDOS and SYSLIBPATH.BSDOS.
(I hadn't needed before, since didn't have other libraries
installed that it tried to detect.)

diffstat:

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

diffs (25 lines):

diff -r 419006536c7b -r 7d4274fd09c1 lang/perl5/Makefile
--- a/lang/perl5/Makefile       Fri Dec 05 03:59:39 2003 +0000
+++ b/lang/perl5/Makefile       Fri Dec 05 05:31:12 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2003/12/03 17:29:12 erh Exp $
+# $NetBSD: Makefile,v 1.73 2003/12/05 05:31:12 reed Exp $
 
 .include "../../lang/perl5/Makefile.common"
 
@@ -61,6 +61,7 @@
 LIBSWANTED.IRIX=       m crypt
 LIBSWANTED.NetBSD=     m crypt
 LIBSWANTED.SunOS=      m crypt dl socket nsl
+LIBSWANTED.BSDOS=      m crypt dl bind
 
 # Nail down the directories in which the system libraries may be found.
 # If this isn't defined, then use the perl defaults for the particular
@@ -68,6 +69,7 @@
 #
 SYSLIBPATH.NetBSD=     /usr/lib
 SYSLIBPATH.SunOS=      /usr/lib
+SYSLIBPATH.BSDOS=      /usr/lib
 
 # Nail down the directories in which headers and libraries of
 # locally-installed software may be found.



Home | Main Index | Thread Index | Old Index