From ab3d6ff539be0e2acaa572c4a01bc48b80d786fe Mon Sep 17 00:00:00 2001 From: sobomax Date: Sun, 25 Mar 2001 21:05:02 +0000 Subject: Fix slightly broken l10n support. Submitted by: Olexander Kunytsa --- net/micq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/micq/Makefile b/net/micq/Makefile index 326d60c86623..9f53ed9a6f54 100644 --- a/net/micq/Makefile +++ b/net/micq/Makefile @@ -30,7 +30,7 @@ pre-configure: @${ECHO_MSG} "Currently supported values are:" @${ECHO} " "${SUP_LANGS} | /usr/bin/fmt .else - @${ECHO} "#define ${WITH_MICQ_LANG}_LANG" >> \ + @/usr/bin/printf "#define ${WITH_MICQ_LANG}_LANG\n#undef ENGLISH_LANG" >> \ ${WRKSRC}/../include/config.h @${ECHO_MSG} "Compiling ${PORTNAME} with ${WITH_MICQ_LANG}." .endif -- cgit