diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-28 11:04:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-28 11:04:30 +0000 |
commit | 222593702df26ffe076bcee6ab6616af506fa876 (patch) | |
tree | 9d26e6d5b8c62a3e5a9ca382488f167e20f4ed99 /net/centericq/files/patch-src::icqdialogs.cc | |
parent | - upgrade to 2.0.3.1 (diff) |
- Update to 4.9.11
PR: ports/64793
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=105487
Diffstat (limited to 'net/centericq/files/patch-src::icqdialogs.cc')
-rw-r--r-- | net/centericq/files/patch-src::icqdialogs.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/centericq/files/patch-src::icqdialogs.cc b/net/centericq/files/patch-src::icqdialogs.cc new file mode 100644 index 000000000000..779877585b37 --- /dev/null +++ b/net/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) { |