pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 Due to directory style layout change, Haiku...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93c33a3f6dc0
branches:  trunk
changeset: 635503:93c33a3f6dc0
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jun 07 12:07:43 2014 +0000

description:
Due to directory style layout change, Haiku's SYSLIBPATH may not be
/boot/common/lib.
Undef it for Haiku and COMPILER_LIB_DIRS instead (also for other platforms
not set here).
XXX: all platforms should be SYSLIBPATH=${COMPILER_LIB_DIRS}, or
XXX: _OPSYS_LIB_DIRS for such platforms should be fixed.

diffstat:

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

diffs (26 lines):

diff -r 161ce20832fa -r 93c33a3f6dc0 lang/perl5/Makefile
--- a/lang/perl5/Makefile       Sat Jun 07 12:00:18 2014 +0000
+++ b/lang/perl5/Makefile       Sat Jun 07 12:07:43 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.225 2014/06/02 09:53:32 obache Exp $
+# $NetBSD: Makefile,v 1.226 2014/06/07 12:07:43 obache Exp $
 
 .include "license.mk"
 .include "Makefile.common"
@@ -214,7 +214,6 @@
 SYSLIBPATH.Darwin=     /usr/lib
 SYSLIBPATH.DragonFly=  /usr/lib
 SYSLIBPATH.FreeBSD=    /usr/lib
-SYSLIBPATH.Haiku=      /boot/common/lib
 SYSLIBPATH.Interix=    /usr/lib
 SYSLIBPATH.MirBSD=     /usr/lib
 SYSLIBPATH.NetBSD=     /usr/lib
@@ -222,7 +221,7 @@
 SYSLIBPATH.SunOS=      /usr/lib
 SYSLIBPATH.AIX=                /usr/lib
 SYSLIBPATH.SCO_SV=     /usr/lib
-SYSLIBPATH=            ${SYSLIBPATH.${OPSYS}}
+SYSLIBPATH=            ${SYSLIBPATH.${OPSYS}:U${COMPILER_LIB_DIRS}}
 SUBST_VARS.policysh+=  SYSLIBPATH
 
 .include "../../mk/dlopen.buildlink3.mk"



Home | Main Index | Thread Index | Old Index