From 93dd46192d0fb1fed2ef4102fa13861689845935 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Sat, 5 Aug 2023 22:36:39 -0400 Subject: [PATCH] Fix gettext port build by un-confusing the build system about whether c# is available --- ports/gettext/gettext.port | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/gettext/gettext.port b/ports/gettext/gettext.port index 1b894358..cc2ea6db 100644 --- a/ports/gettext/gettext.port +++ b/ports/gettext/gettext.port @@ -13,5 +13,5 @@ LICENSE=GPL-3.0-or-later # them as optional. SUBDIR=gettext-tools BUILD_SYSTEM=configure -CONFIGURE_ARGS='--with-installed-libtextstyle --with-installed-csharp-dll' +CONFIGURE_ARGS='--with-installed-libtextstyle --with-installed-csharp-dll --disable-csharp' POST_INSTALL=tix-eradicate-libtool-la