pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc13-gnat



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Mar  8 13:25:12 UTC 2024

Modified Files:
        pkgsrc/lang/gcc13-gnat: Makefile

Log Message:
gcc13-gnat: remove override for gcc.mk that was necessary in wip


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc13-gnat/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/gcc13-gnat/Makefile
diff -u pkgsrc/lang/gcc13-gnat/Makefile:1.1 pkgsrc/lang/gcc13-gnat/Makefile:1.2
--- pkgsrc/lang/gcc13-gnat/Makefile:1.1 Fri Mar  8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/Makefile     Fri Mar  8 13:25:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/03/08 12:02:33 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/03/08 13:25:12 wiz Exp $
 
 GCC_PKGNAME=gcc13
 .include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -34,7 +34,6 @@ EXTRACT_ONLY= ${DEFAULT_DISTFILES}
 
 USE_LANGUAGES=         c c++ ada
 GCC_REQD+=     10
-.include "../../mk/compiler/gcc.mk"
 
 UNLIMIT_RESOURCES+=    datasize
 UNLIMIT_RESOURCES+=    stacksize



Home | Main Index | Thread Index | Old Index