pkgsrc-WIP-changes archive

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

frida-libffi: Use GNU_CONFIGURE_PREFIX=frida



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Mar 12 21:41:57 2018 +0100
Changeset:	61dd26fc6ee23cbabcaa7590cce81da04ce4e571

Modified Files:
	frida-libffi/Makefile
	frida-libffi/PLIST

Log Message:
frida-libffi: Use GNU_CONFIGURE_PREFIX=frida

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

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

diffstat:
 frida-libffi/Makefile |  4 +---
 frida-libffi/PLIST    | 16 ++++++++--------
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs:
diff --git a/frida-libffi/Makefile b/frida-libffi/Makefile
index 1518e4b2b3..389db602af 100644
--- a/frida-libffi/Makefile
+++ b/frida-libffi/Makefile
@@ -12,7 +12,6 @@ COMMENT=	Foreign function interface
 LICENSE=	mit
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--includedir=${PREFIX}/include
 USE_LIBTOOL=	yes
 USE_TOOLS+=	pkg-config autoconf automake makeinfo gmake
 USE_LANGUAGES=	c c++
@@ -56,8 +55,7 @@ MAKE_FLAGS+=SHELL=${TOOLS_DIR}/bin/bash
 
 FRIDA_SUBPREFIX=	frida
 FRIDA_PREFIX=		${PREFIX}/${FRIDA_SUBPREFIX}
-
-CONFIGURE_ARGS+=	--prefix=${FRIDA_PREFIX:Q}
+GNU_CONFIGURE_PREFIX=	${FRIDA_PREFIX}
 
 pre-configure:
 	${RUN} cd ${WRKSRC} && autoreconf -fiv
diff --git a/frida-libffi/PLIST b/frida-libffi/PLIST
index b3393dd0ca..79f8600535 100644
--- a/frida-libffi/PLIST
+++ b/frida-libffi/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2012/09/14 23:45:27 asau Exp $
+@comment $NetBSD$
+frida/info/libffi.info
+frida/lib/libffi.la
+frida/lib/pkgconfig/libffi.pc
+frida/man/man3/ffi.3
+frida/man/man3/ffi_call.3
+frida/man/man3/ffi_prep_cif.3
+frida/man/man3/ffi_prep_cif_var.3
 include/ffi.h
 include/ffitarget.h
-info/libffi.info
-lib/libffi.la
-lib/pkgconfig/libffi.pc
-man/man3/ffi.3
-man/man3/ffi_call.3
-man/man3/ffi_prep_cif.3
-man/man3/ffi_prep_cif_var.3


Home | Main Index | Thread Index | Old Index