pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libffi
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Feb 28 13:20:10 UTC 2020
Modified Files:
pkgsrc/devel/libffi: Makefile
Log Message:
libffi: Restrict perl to SunOS, as requested by joerg.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/libffi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libffi/Makefile
diff -u pkgsrc/devel/libffi/Makefile:1.37 pkgsrc/devel/libffi/Makefile:1.38
--- pkgsrc/devel/libffi/Makefile:1.37 Thu Feb 27 14:55:02 2020
+++ pkgsrc/devel/libffi/Makefile Fri Feb 28 13:20:10 2020
@@ -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 @@ LICENSE= mit
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