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:   wiz
Date:           Mon Feb  7 08:06:18 UTC 2022

Modified Files:
        pkgsrc/devel/libffi: Makefile

Log Message:
libffi: add readelf to tools

>From Claes Nästén in PR 56698


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/devel/libffi/Makefile:1.49
--- pkgsrc/devel/libffi/Makefile:1.48   Sun Jan  9 20:07:00 2022
+++ pkgsrc/devel/libffi/Makefile        Mon Feb  7 08:06:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2022/01/09 20:07:00 tm Exp $
+# $NetBSD: Makefile,v 1.49 2022/02/07 08:06:18 wiz Exp $
 
 DISTNAME=      libffi-3.4.2
 PKGREVISION=   2
@@ -13,7 +13,7 @@ LICENSE=      mit
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            gmake pkg-config readelf
 USE_TOOLS.SunOS+=      perl
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-multi-os-directory



Home | Main Index | Thread Index | Old Index