pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lld



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Dec 19 13:51:37 UTC 2021

Modified Files:
        pkgsrc/devel/lld: Makefile

Log Message:
lld: Fix build under NetBSD/i386 at least


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/lld/Makefile

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

Modified files:

Index: pkgsrc/devel/lld/Makefile
diff -u pkgsrc/devel/lld/Makefile:1.16 pkgsrc/devel/lld/Makefile:1.17
--- pkgsrc/devel/lld/Makefile:1.16      Mon Jul 12 18:47:15 2021
+++ pkgsrc/devel/lld/Makefile   Sun Dec 19 13:51:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/07/12 18:47:15 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/12/19 13:51:37 ryoon Exp $
 
 .include "../../lang/llvm/version.mk"
 
@@ -31,4 +31,5 @@ post-extract:
 .include "../../lang/llvm/buildlink3.mk"
 .include "../../lang/libunwind/buildlink3.mk"
 .include "../../lang/python/tool.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index