pkgsrc-WIP-changes archive

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

lang/gcc13-gnat: fix error message when PKG_DEVELOPER=yes



Module Name:	pkgsrc-wip
Committed By:	Dmytro Kazankov <dmytro.kazankov%gmail.com@localhost>
Pushed By:	dkazankov
Date:		Mon Mar 4 21:19:18 2024 +0200
Changeset:	2d078f584bc2a868a3a8f54d4918079d83cf2e71

Modified Files:
	gcc13-gnat/Makefile

Log Message:
lang/gcc13-gnat: fix error message when PKG_DEVELOPER=yes

Fix for build error in package developer mode

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

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

diffstat:
 gcc13-gnat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gcc13-gnat/Makefile b/gcc13-gnat/Makefile
index 269679b226..e85be646a6 100644
--- a/gcc13-gnat/Makefile
+++ b/gcc13-gnat/Makefile
@@ -25,7 +25,7 @@ USE_TOOLS.NetBSD+=	gsed
 
 MKPIE_SUPPORTED=	no
 
-CHECK_RELRO_SKIP+=	${GCC_PKGNAME}/lib/*
+CHECK_RELRO_SKIP+=	${GCC_PKGNAME}-gnat/lib/*
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index