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:   joerg
Date:           Thu Sep 28 21:33:10 UTC 2023

Modified Files:
        pkgsrc/lang/libunwind: Makefile

Log Message:
libunwind doesn't need LLVM to build.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/lang/libunwind/Makefile:1.33
--- pkgsrc/lang/libunwind/Makefile:1.32 Tue Jan 24 18:36:28 2023
+++ pkgsrc/lang/libunwind/Makefile      Thu Sep 28 21:33:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2023/01/24 18:36:28 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2023/09/28 21:33:10 joerg Exp $
 
 .include "../../lang/llvm/version.mk"
 
@@ -34,6 +34,4 @@ post-install:
        cd ${WRKSRC}/include && ${PAX} -rw . ${DESTDIR}${PREFIX}/include
 
 .include "../../devel/cmake/build.mk"
-BUILDLINK_DEPMETHOD.llvm=      build
-.include "../../lang/llvm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index