pkgsrc-WIP-changes archive

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

deepstate: also depend on afl



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Sep 24 00:42:15 2020 +0200
Changeset:	6d65e9e410aaf75839d2992a18305ae04ce0b137

Modified Files:
	deepstate/Makefile

Log Message:
deepstate: also depend on afl

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6d65e9e410aaf75839d2992a18305ae04ce0b137

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 deepstate/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/deepstate/Makefile b/deepstate/Makefile
index 276ba57a6a..a7f3076227 100644
--- a/deepstate/Makefile
+++ b/deepstate/Makefile
@@ -6,6 +6,7 @@ USE_LANGUAGES=	c99 c++
 USE_CMAKE=	yes
 AUTO_MKDIRS=	yes
 
+DEPENDS+=	afl-[0-9]*:../../devel/afl
 DEPENDS+=	${PYPKGPREFIX}-angr-[0-9]*:../../wip/py-angr
 DEPENDS+=	${PYPKGPREFIX}-cachetools-[0-9]*:../../devel/py-cachetools
 DEPENDS+=	${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser


Home | Main Index | Thread Index | Old Index