pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libffi libffi: Restrict perl to SunOS, as reques...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a63f750d137
branches:  trunk
changeset: 423854:5a63f750d137
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Feb 28 13:20:10 2020 +0000

description:
libffi: Restrict perl to SunOS, as requested by joerg.

diffstat:

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

diffs (19 lines):

diff -r 235516dc1399 -r 5a63f750d137 devel/libffi/Makefile
--- a/devel/libffi/Makefile     Fri Feb 28 12:17:08 2020 +0000
+++ b/devel/libffi/Makefile     Fri Feb 28 13:20:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/02/27 14:55:02 adam Exp $
+# $NetBSD: Makefile,v 1.38 2020/02/28 13:20:10 jperkin Exp $
 
 DISTNAME=      libffi-3.3
 CATEGORIES=    devel
@@ -11,7 +11,8 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake perl pkg-config
+USE_TOOLS+=            gmake pkg-config
+USE_TOOLS.SunOS+=      perl
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-multi-os-directory
 CONFIGURE_ARGS+=       --includedir=${PREFIX}/include



Home | Main Index | Thread Index | Old Index