pkgsrc-WIP-changes archive

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

*: remove now unnecessary gcc.mk override



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri Mar 8 14:25:25 2024 +0100
Changeset:	703e3ec02d9b459e5003cb7faad8f0d4484dc162

Modified Files:
	alire/Makefile
	gprbuild/Makefile

Log Message:
*: remove now unnecessary gcc.mk override

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=703e3ec02d9b459e5003cb7faad8f0d4484dc162

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 alire/Makefile    | 1 -
 gprbuild/Makefile | 1 -
 2 files changed, 2 deletions(-)

diffs:
diff --git a/alire/Makefile b/alire/Makefile
index 2ba5bf4075..9e24ebd58c 100644
--- a/alire/Makefile
+++ b/alire/Makefile
@@ -23,7 +23,6 @@ USE_TOOLS+=	git
 #NO_CONFIGURE=	yes
 
 GCC_REQD+=	13
-.include "../../mk/compiler/gcc.mk"
 
 .include "../../wip/gprbuild/buildlink3.mk"
 
diff --git a/gprbuild/Makefile b/gprbuild/Makefile
index 3519e62f8b..774ebc7c67 100644
--- a/gprbuild/Makefile
+++ b/gprbuild/Makefile
@@ -28,7 +28,6 @@ USE_TOOLS+=	gmake patch
 HAS_CONFIGURE=	yes
 
 GCC_REQD+=	13
-.include "../../mk/compiler/gcc.mk"
 
 OBJDIR=		${WRKDIR}/build
 BOOTSTRAPDIR=	${WRKDIR}/bootstrap


Home | Main Index | Thread Index | Old Index