pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/llvm



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Sep 28 21:33:54 UTC 2023

Modified Files:
        pkgsrc/lang/llvm: Makefile

Log Message:
Depend on ncurses for color handling on Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/lang/llvm/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/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.89 pkgsrc/lang/llvm/Makefile:1.90
--- pkgsrc/lang/llvm/Makefile:1.89      Mon Aug 14 05:24:44 2023
+++ pkgsrc/lang/llvm/Makefile   Thu Sep 28 21:33:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2023/08/14 05:24:44 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2023/09/28 21:33:54 joerg Exp $
 #
 # When updating this, please also update:
 # devel/include-what-you-use
@@ -148,6 +148,7 @@ post-extract:
 
 .include "../../devel/cmake/build.mk"
 .include "../../archivers/zstd/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"



Home | Main Index | Thread Index | Old Index