pkgsrc-WIP-changes archive

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

libunwind-git: Add kludge to install headers



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 6 20:16:16 2016 +0100
Changeset:	a824fd553361d8ae3a54340d490503590956df58

Modified Files:
	libunwind-git/Makefile
	libunwind-git/PLIST

Log Message:
libunwind-git: Add kludge to install headers

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

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

diffstat:
 libunwind-git/Makefile | 5 +++++
 libunwind-git/PLIST    | 4 ++++
 2 files changed, 9 insertions(+)

diffs:
diff --git a/libunwind-git/Makefile b/libunwind-git/Makefile
index 2a66d90..de5f4f6 100644
--- a/libunwind-git/Makefile
+++ b/libunwind-git/Makefile
@@ -27,6 +27,11 @@ CMAKE_ARG_PATH=	${WRKDIR}/libunwind
 post-extract:
 	${RUN} mkdir -p ${WRKSRC}/build
 
+post-install:
+	${RUN} mkdir -p ${DESTDIR}${PREFIX}/include/libunwind
+	${RUN} cp -r ${WRKSRC}/libunwind/include/* ${DESTDIR}${PREFIX}/include/libunwind
+
+
 .include "../../wip/mk/git-package.mk"
 .include "../../wip/llvm-git/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/libunwind-git/PLIST b/libunwind-git/PLIST
index c9de3b7..53905cb 100644
--- a/libunwind-git/PLIST
+++ b/libunwind-git/PLIST
@@ -1,4 +1,8 @@
 @comment $NetBSD$
+include/libunwind/__libunwind_config.h
+include/libunwind/libunwind.h
+include/libunwind/mach-o/compact_unwind_encoding.h
+include/libunwind/unwind.h
 lib/libunwind.so
 lib/libunwind.so.1
 lib/libunwind.so.1.0


Home | Main Index | Thread Index | Old Index