pkgsrc-WIP-changes archive

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

frida-libffi: Install includes in namespaced directory



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

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

Log Message:
frida-libffi: Install includes in namespaced directory

Add:
CONFIGURE_ARGS=        --includedir=${PREFIX}/frida/include

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

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

diffstat:
 frida-libffi/Makefile | 1 +
 frida-libffi/PLIST    | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/frida-libffi/Makefile b/frida-libffi/Makefile
index 389db602af..af7e090a79 100644
--- a/frida-libffi/Makefile
+++ b/frida-libffi/Makefile
@@ -12,6 +12,7 @@ COMMENT=	Foreign function interface
 LICENSE=	mit
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--includedir=${PREFIX}/frida/include
 USE_LIBTOOL=	yes
 USE_TOOLS+=	pkg-config autoconf automake makeinfo gmake
 USE_LANGUAGES=	c c++
diff --git a/frida-libffi/PLIST b/frida-libffi/PLIST
index 79f8600535..2d1a95e799 100644
--- a/frida-libffi/PLIST
+++ b/frida-libffi/PLIST
@@ -1,4 +1,6 @@
 @comment $NetBSD$
+frida/include/ffi.h
+frida/include/ffitarget.h
 frida/info/libffi.info
 frida/lib/libffi.la
 frida/lib/pkgconfig/libffi.pc
@@ -6,5 +8,3 @@ 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


Home | Main Index | Thread Index | Old Index