[Bug 263150] net/wifimgr fails to build without NLS option

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Apr 2022 22:01:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263150

--- Comment #2 from J.R. Oldroyd <fbsd@opal.com> ---
Ah, I see that the saved config here overrode the OPTIONS_UNSET envar so my
successful build just now wasn't actually with NLS unset.

Okay, this patch should fix it.  If okay, I will get a port update out
tomorrow.

diff --git a/po/Makefile b/po/Makefile
index ab1d151..20f0b51 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -53,4 +53,14 @@ pot:         wifimgr.pot
 wifimgr.pot:   ../src/wifimgr.pot
                if [ -f $@ ]; then ${MSGMERGE} -U $@ $?; else ${CP} $? $@; fi

+.else
+
+do-build:
+
+do-clean:
+
+do-install:
+
+do-deinstall:
+
 .endif

-- 
You are receiving this mail because:
You are the assignee for the bug.