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:13:29 UTC 2020

Modified Files:
        pkgsrc/lang: Makefile

Log Message:
lang: Enable gcc9-libs


To generate a diff of this commit:
cvs rdiff -u -r1.576 -r1.577 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.576 pkgsrc/lang/Makefile:1.577
--- pkgsrc/lang/Makefile:1.576  Mon Aug 24 18:51:59 2020
+++ pkgsrc/lang/Makefile        Wed Sep  2 16:13:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.576 2020/08/24 18:51:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.577 2020/09/02 16:13:29 ryoon Exp $
 #
 
 COMMENT=       Programming languages
@@ -85,6 +85,7 @@ SUBDIR+=      gcc7-libs
 SUBDIR+=       gcc8
 SUBDIR+=       gcc8-libs
 SUBDIR+=       gcc9
+SUBDIR+=       gcc9-libs
 SUBDIR+=       gforth
 SUBDIR+=       ghc
 SUBDIR+=       ghc-bootstrap



Home | Main Index | Thread Index | Old Index