diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-04 22:38:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-04 22:38:11 +0000 |
commit | 319a479093630b4aa33cc81683fecc2ff6592212 (patch) | |
tree | fcc5239224110474a14b0ba55cc6c53e0db637c7 /irc/xchat-gnome/files/patch-configure | |
parent | Update to 3.0.0 (diff) |
After repocopy from irc/xchat2, add xchat-gnome 0.1, a fork of IRC client
for GNOME 2, with bias on GNOME integration and HIG compliance.
Submitted by: kwm at irc.freenode.org in #freebsd-gnome
Diffstat (limited to '')
-rw-r--r-- | irc/xchat-gnome/files/patch-configure | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/irc/xchat-gnome/files/patch-configure b/irc/xchat-gnome/files/patch-configure deleted file mode 100644 index 576821f6fed2..000000000000 --- a/irc/xchat-gnome/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig Tue Sep 23 18:58:15 2003 -+++ configure Tue Sep 23 19:04:29 2003 -@@ -21462,12 +21462,12 @@ - /* end confdefs.h. */ - #include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; - int - main () - { - bindtextdomain ("", ""); --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings -+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings - ; - return 0; - } |