diff options
author | pav <pav@FreeBSD.org> | 2004-03-28 19:04:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-28 19:04:30 +0800 |
commit | 8bddc4e6060cb2050133a563e2578dd6a732ab63 (patch) | |
tree | 510e75f4616bcc389b6a478576837772e6c93a58 /net-im/centericq/files | |
parent | 7538a640c786dd96aa391aa1c467e2b65a542815 (diff) | |
download | freebsd-ports-gnome-8bddc4e6060cb2050133a563e2578dd6a732ab63.tar.gz freebsd-ports-gnome-8bddc4e6060cb2050133a563e2578dd6a732ab63.tar.zst freebsd-ports-gnome-8bddc4e6060cb2050133a563e2578dd6a732ab63.zip |
- Update to 4.9.11
PR: ports/64793
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Diffstat (limited to 'net-im/centericq/files')
-rw-r--r-- | net-im/centericq/files/patch-Xml.h | 4 | ||||
-rw-r--r-- | net-im/centericq/files/patch-configure | 20 | ||||
-rw-r--r-- | net-im/centericq/files/patch-src::icqdialogs.cc | 10 |
3 files changed, 32 insertions, 2 deletions
diff --git a/net-im/centericq/files/patch-Xml.h b/net-im/centericq/files/patch-Xml.h index 9a9aa8e52a9d..bdeb795a360d 100644 --- a/net-im/centericq/files/patch-Xml.h +++ b/net-im/centericq/files/patch-Xml.h @@ -1,5 +1,5 @@ ---- libicq2000-0.1/libicq2000/Xml.h.orig Sun Jul 27 14:08:10 2003 -+++ libicq2000-0.1/libicq2000/Xml.h Sun Jul 27 14:08:26 2003 +--- libicq2000-0.1/src/Xml.h.orig Sun Jul 27 14:08:10 2003 ++++ libicq2000-0.1/src/Xml.h Sun Jul 27 14:08:26 2003 @@ -24,6 +24,8 @@ #ifndef XML_H #define XML_H diff --git a/net-im/centericq/files/patch-configure b/net-im/centericq/files/patch-configure new file mode 100644 index 000000000000..512e2c030db9 --- /dev/null +++ b/net-im/centericq/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Mon Mar 22 21:27:18 2004 ++++ configure Sun Mar 28 12:33:02 2004 +@@ -4907,7 +4907,7 @@ + #include "confdefs.h" + #include <libintl.h> + extern int _nl_msg_cat_cntr; +-extern int *_nl_domain_bindings; ++extern int *libintl_nl_domain_bindings; + extern + #ifdef __cplusplus + "C" +@@ -4915,7 +4915,7 @@ + const char *_nl_expand_alias (); + int main() { + bindtextdomain ("", ""); +-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) ++return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0) + ; return 0; } + EOF + if { (eval echo configure:4922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then diff --git a/net-im/centericq/files/patch-src::icqdialogs.cc b/net-im/centericq/files/patch-src::icqdialogs.cc new file mode 100644 index 000000000000..779877585b37 --- /dev/null +++ b/net-im/centericq/files/patch-src::icqdialogs.cc @@ -0,0 +1,10 @@ +--- src/icqdialogs.cc.orig Tue Mar 16 05:59:43 2004 ++++ src/icqdialogs.cc Sat Mar 27 13:13:51 2004 +@@ -33,6 +33,7 @@ + #include "ljhook.h" + + #include <libicq2000/userinfoconstants.h> ++#include <libicq2000/constants.h> + + const char *stragerange(ICQ2000::AgeRange r) { + switch(r) { |