diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-04-17 20:39:37 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-04-17 20:39:37 +0000 |
commit | 16b33f0ee7703bf2f0dda0ddbaede948f9d74de8 (patch) | |
tree | c3db24bc664682a54a80e0eec3e5785057edf4d8 /irc/xchat/files/patch-configure | |
parent | irc/py-fishcrypt: remove optional dependency on expired irc/xchat (diff) |
Remove expired port irc/xchat and plugins:
2018-04-15 irc/xchat: Unmaintained upstream, use irc/hexchat instead
irc/xchat-fish
irc/xchat-mircryption
irc/xchat-ruby
Notes
Notes:
svn path=/head/; revision=467656
Diffstat (limited to 'irc/xchat/files/patch-configure')
-rw-r--r-- | irc/xchat/files/patch-configure | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/irc/xchat/files/patch-configure b/irc/xchat/files/patch-configure deleted file mode 100644 index b40bb4f83a34..000000000000 --- a/irc/xchat/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig Wed Jul 4 19:41:43 2007 -+++ configure Wed Jul 4 19:42:45 2007 -@@ -26802,12 +26802,12 @@ - #include <libintl.h> - $gt_revision_test_code - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; - int - main () - { - bindtextdomain ("", ""); --return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings -+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *libintl_nl_domain_bindings - ; - return 0; - } |