summaryrefslogtreecommitdiff
path: root/lang/libunwind
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-10-20 06:34:23 +0000
committerjperkin <jperkin@pkgsrc.org>2020-10-20 06:34:23 +0000
commitdbd1e9a8165df339fd1b8fc0794c024b98fe2b54 (patch)
treecdce884631877cb2780a94ed45c639eccf356502 /lang/libunwind
parenteb9cc4d98784ee3f454f3ccc39a383643683a2f9 (diff)
downloadpkgsrc-dbd1e9a8165df339fd1b8fc0794c024b98fe2b54.tar.gz
libunwind: Remove patch .orig file, fix install.
Diffstat (limited to 'lang/libunwind')
-rw-r--r--lang/libunwind/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/libunwind/Makefile b/lang/libunwind/Makefile
index d91eba72b7b..c56a108a6ed 100644
--- a/lang/libunwind/Makefile
+++ b/lang/libunwind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/10/18 17:06:35 he Exp $
+# $NetBSD: Makefile,v 1.24 2020/10/20 06:34:23 jperkin Exp $
.include "../../lang/llvm/version.mk"
@@ -32,6 +32,7 @@ post-extract:
${MKDIR} ${WRKDIR}/build
post-install:
+ ${RM} -f ${WRKSRC}/include/__libunwind_config.h.orig
cd ${WRKSRC}/include && ${PAX} -rw . ${DESTDIR}${PREFIX}/include
BUILDLINK_DEPMETHOD.llvm= build