pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc10
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 6 22:28:59 UTC 2023
Modified Files:
pkgsrc/lang/gcc10: Makefile
Log Message:
gcc10: set LANGS before including Makefile.common
that includes options.mk which may modify LANGS
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/gcc10/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/gcc10/Makefile
diff -u pkgsrc/lang/gcc10/Makefile:1.20 pkgsrc/lang/gcc10/Makefile:1.21
--- pkgsrc/lang/gcc10/Makefile:1.20 Thu Apr 6 14:53:13 2023
+++ pkgsrc/lang/gcc10/Makefile Thu Apr 6 22:28:59 2023
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2023/04/06 14:53:13 wiz Exp $
-
-.include "Makefile.common"
+# $NetBSD: Makefile,v 1.21 2023/04/06 22:28:59 wiz Exp $
PKGNAME= ${GCC_PKGNAME}-${GCC10_DIST_VERSION}
## When bumping the PKGREVISION of this package the PKGREVISION of
@@ -11,6 +9,8 @@ COMMENT= The GNU Compiler Collection (GC
LANGS= c
+.include "Makefile.common"
+
# In some cases LINKER_RPATH_FLAG needs a trailing space.
LINKER_RPATH_FLAG:= ${LINKER_RPATH_FLAG:S/-rpath/& /}
Home |
Main Index |
Thread Index |
Old Index