pkgsrc-WIP-changes archive

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

frida-gum: Register new dependencies



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Mar 14 06:23:03 2018 +0100
Changeset:	6ec039b1d8f3dccff1920f0ee24f9ba160c312bd

Modified Files:
	frida-gum/Makefile

Log Message:
frida-gum: Register new dependencies

Require: xz, capstone.

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

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

diffstat:
 frida-gum/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/frida-gum/Makefile b/frida-gum/Makefile
index 5055fcfca8..3bd696a07d 100644
--- a/frida-gum/Makefile
+++ b/frida-gum/Makefile
@@ -15,6 +15,8 @@ USE_LANGUAGES=	c c++
 
 USE_TOOLS+=	pkg-config
 
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../devel/capstone/buildlink3.mk"
 .include "../../wip/frida-glib2/buildlink3.mk"
 .include "../../wip/frida-libffi/buildlink3.mk"
 .include "../../devel/py-meson/build.mk"


Home | Main Index | Thread Index | Old Index