pkgsrc-WIP-changes archive

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

gcc14-gnat: Fix package dependencies



Module Name:	pkgsrc-wip
Committed By:	Dmytro Kazankov <dkazankov%NetBSD.org@localhost>
Pushed By:	dkazankov
Date:		Mon Apr 14 17:07:12 2025 +0300
Changeset:	9f91973af8b48f0f714b4fd0a0afc6fa82e4788a

Modified Files:
	gcc14-gnat/options.mk

Log Message:
gcc14-gnat: Fix package dependencies

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

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

diffstat:
 gcc14-gnat/options.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/gcc14-gnat/options.mk b/gcc14-gnat/options.mk
index f735357e71..edcb5f5f54 100644
--- a/gcc14-gnat/options.mk
+++ b/gcc14-gnat/options.mk
@@ -48,9 +48,9 @@ PKG_SUGGESTED_OPTIONS+=	gcc-multilib
 CONFIGURE_ARGS+=	--enable-nls
 CONFIGURE_ARGS+=	--with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
 MAKE_ENV+=		ICONVPREFIX=${BUILDLINK_PREFIX.iconv}
-#PREFER.iconv=		pkgsrc
+PREFER.iconv=		pkgsrc
 .include "../../converters/libiconv/buildlink3.mk"
-#PREFER.gettext=		pkgsrc
+PREFER.gettext=		pkgsrc
 .include "../../devel/gettext-lib/buildlink3.mk"
 #PLIST_VARS+=	nls
 #PLIST.nls=	yes


Home | Main Index | Thread Index | Old Index