pkgsrc-WIP-changes archive

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

gcc14: fix PATCHDIR and DISTINFO_FILE



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Sat Jan 4 15:05:18 2025 +0100
Changeset:	6116654bf878008f677a2cc7f22f17fec99c0d16

Modified Files:
	gcc14/Makefile.common

Log Message:
gcc14: fix PATCHDIR and DISTINFO_FILE

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

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

diffstat:
 gcc14/Makefile.common | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/gcc14/Makefile.common b/gcc14/Makefile.common
index 9a6f3ee831..853225259b 100644
--- a/gcc14/Makefile.common
+++ b/gcc14/Makefile.common
@@ -16,8 +16,8 @@ LICENSE=	gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
 DISTFILES=		${DEFAULT_DISTFILES}
 EXTRACT_ONLY=		${DEFAULT_DISTFILES}
 
-PATCHDIR=		${.CURDIR}/../../lang/gcc14/patches
-DISTINFO_FILE=		${.CURDIR}/../../lang/gcc14/distinfo
+PATCHDIR=		${.CURDIR}/../../wip/gcc14/patches
+DISTINFO_FILE=		${.CURDIR}/../../wip/gcc14/distinfo
 
 # Relocations result in a linker error on AArch64, but not x86.
 MKPIE_SUPPORTED=	no


Home | Main Index | Thread Index | Old Index