pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/libunwind



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Oct 20 06:34:23 UTC 2020

Modified Files:
        pkgsrc/lang/libunwind: Makefile

Log Message:
libunwind: Remove patch .orig file, fix install.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/libunwind/Makefile

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

Modified files:

Index: pkgsrc/lang/libunwind/Makefile
diff -u pkgsrc/lang/libunwind/Makefile:1.23 pkgsrc/lang/libunwind/Makefile:1.24
--- pkgsrc/lang/libunwind/Makefile:1.23 Sun Oct 18 17:06:35 2020
+++ pkgsrc/lang/libunwind/Makefile      Tue Oct 20 06:34:23 2020
@@ -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



Home | Main Index | Thread Index | Old Index