summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-25 21:05:02 +0000
committersobomax <sobomax@FreeBSD.org>2001-03-25 21:05:02 +0000
commitab3d6ff539be0e2acaa572c4a01bc48b80d786fe (patch)
tree5a4a3ad7325eb693d5eea5d2142689c808825950
parentfcc915e64bdc705ed650d8bb90d53d4cc6635a04 (diff)
downloadFreeBSD-ports-ab3d6ff539be0e2acaa572c4a01bc48b80d786fe.zip
FreeBSD-ports-ab3d6ff539be0e2acaa572c4a01bc48b80d786fe.tar.gz
Fix slightly broken l10n support.
Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua>
-rw-r--r--net-im/climm/Makefile2
-rw-r--r--net-im/micq/Makefile2
-rw-r--r--net/micq/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index 326d60c..9f53ed9 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -30,7 +30,7 @@ pre-configure:
@${ECHO_MSG} "Currently supported <your_lang> 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
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile
index 326d60c..9f53ed9 100644
--- a/net-im/micq/Makefile
+++ b/net-im/micq/Makefile
@@ -30,7 +30,7 @@ pre-configure:
@${ECHO_MSG} "Currently supported <your_lang> 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
diff --git a/net/micq/Makefile b/net/micq/Makefile
index 326d60c..9f53ed9 100644
--- a/net/micq/Makefile
+++ b/net/micq/Makefile
@@ -30,7 +30,7 @@ pre-configure:
@${ECHO_MSG} "Currently supported <your_lang> 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
OpenPOWER on IntegriCloud