pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Sep  2 16:15:05 UTC 2020

Modified Files:
        pkgsrc/lang: Makefile

Log Message:
lang: Enable gcc10-libs


To generate a diff of this commit:
cvs rdiff -u -r1.577 -r1.578 pkgsrc/lang/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/Makefile
diff -u pkgsrc/lang/Makefile:1.577 pkgsrc/lang/Makefile:1.578
--- pkgsrc/lang/Makefile:1.577  Wed Sep  2 16:13:29 2020
+++ pkgsrc/lang/Makefile        Wed Sep  2 16:15:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.577 2020/09/02 16:13:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.578 2020/09/02 16:15:05 ryoon Exp $
 #
 
 COMMENT=       Programming languages
@@ -62,6 +62,7 @@ SUBDIR+=      gauche
 SUBDIR+=       gawk
 SUBDIR+=       gcc-aux
 SUBDIR+=       gcc10
+SUBDIR+=       gcc10-libs
 SUBDIR+=       gcc2
 SUBDIR+=       gcc3
 SUBDIR+=       gcc3-c



Home | Main Index | Thread Index | Old Index