pkgsrc-WIP-changes archive

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

frida-gum: Switch from capstone to frida-capstone



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Mar 15 03:38:20 2018 +0100
Changeset:	560a477719f6d2dd840e5d48f04e31548eb6b72a

Modified Files:
	frida-gum/Makefile

Log Message:
frida-gum: Switch from capstone to frida-capstone

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

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

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

diffs:
diff --git a/frida-gum/Makefile b/frida-gum/Makefile
index 052faf040d..9735590529 100644
--- a/frida-gum/Makefile
+++ b/frida-gum/Makefile
@@ -29,10 +29,11 @@ pre-build:
 
 IGNORE_PKG.glib2=	yes
 IGNORE_PKG.libffi=	yes
+IGNORE_PKG.capstone=	yes
 
 .include "../../textproc/json-glib/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
-.include "../../devel/capstone/buildlink3.mk"
+.include "../../wip/frida-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