diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-14 17:47:29 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-14 17:47:29 +0000 |
commit | b1d9361b9ddcd32b5cd41924c0787c43c95a6255 (patch) | |
tree | 7dd695e9cff0bf435f97f596b21b21db8d58541d /net-im/centericq/files | |
parent | 6173645ff4442b274ba9d659f086128a91aaa2ce (diff) | |
download | FreeBSD-ports-b1d9361b9ddcd32b5cd41924c0787c43c95a6255.zip FreeBSD-ports-b1d9361b9ddcd32b5cd41924c0787c43c95a6255.tar.gz |
make configure detects libintl
enable uk po
Submitted by: sobomax
Diffstat (limited to 'net-im/centericq/files')
-rw-r--r-- | net-im/centericq/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-im/centericq/files/patch-configure b/net-im/centericq/files/patch-configure new file mode 100644 index 0000000..5dac0be --- /dev/null +++ b/net-im/centericq/files/patch-configure @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- configure.orig Sat Jun 30 14:59:19 2001 ++++ configure Tue Aug 14 19:19:21 2001 +@@ -1180,7 +1180,7 @@ + fi + + +-ALL_LINGUAS="zh_TW.Big5 ru ro pt_BR pl hu de cs" ++ALL_LINGUAS="zh_TW.Big5 ru ro pt_BR pl hu de cs uk" + echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 + echo "configure:1186: checking how to run the C preprocessor" >&5 + # On Suns, sometimes $CPP names a directory. |