diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 14:29:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 14:29:36 +0000 |
commit | 9654378046b30f9b43fa65a303b0de65f9092a43 (patch) | |
tree | 39eda443fa79b74124045f17c71333a1a4db8516 /irc/xchat1/files/patch-configure | |
parent | Rename package name to gps-ide (like previous LATEST_LINK) to avoid confusion... (diff) |
Remove xchat1, upstream support has been abandonned for a while and it is producing packages with a name
That can make user confuse with irc/xchat.
Notes
Notes:
svn path=/head/; revision=327403
Diffstat (limited to 'irc/xchat1/files/patch-configure')
-rw-r--r-- | irc/xchat1/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/xchat1/files/patch-configure b/irc/xchat1/files/patch-configure deleted file mode 100644 index 1d6df50fa5f2..000000000000 --- a/irc/xchat1/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Jan 15 23:38:08 2003 -+++ configure Wed Jan 15 23:38:08 2003 -@@ -6017,4 +6017,4 @@ - #include "confdefs.h" - #include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; -@@ -6031,2 +6031,2 @@ --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings -+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings |