aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat2/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-01-20 03:43:44 +0800
committermarcus <marcus@FreeBSD.org>2003-01-20 03:43:44 +0800
commit8367f7433552a6f59fa41ce71eb09976a56767c9 (patch)
tree67a15ae2e272d11e98fb823d2b8cb8ad67eb6f1d /irc/xchat2/files
parentd1f245abd64c85bb49ef7a35f3155af19c481ea0 (diff)
downloadfreebsd-ports-gnome-8367f7433552a6f59fa41ce71eb09976a56767c9.tar.gz
freebsd-ports-gnome-8367f7433552a6f59fa41ce71eb09976a56767c9.tar.zst
freebsd-ports-gnome-8367f7433552a6f59fa41ce71eb09976a56767c9.zip
Update to 1.9.8.
Diffstat (limited to 'irc/xchat2/files')
-rw-r--r--irc/xchat2/files/patch-Makefile.in10
-rw-r--r--irc/xchat2/files/patch-configure63
2 files changed, 25 insertions, 48 deletions
diff --git a/irc/xchat2/files/patch-Makefile.in b/irc/xchat2/files/patch-Makefile.in
index 1d4ec6ca1aae..796ecc226be9 100644
--- a/irc/xchat2/files/patch-Makefile.in
+++ b/irc/xchat2/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig Sat Aug 17 23:57:01 2002
-+++ Makefile.in Sat Aug 17 23:57:45 2002
-@@ -122,7 +122,7 @@
+--- Makefile.in.orig Sun Dec 8 23:16:00 2002
++++ Makefile.in Sun Dec 8 23:16:41 2002
+@@ -145,7 +145,7 @@
icondir = $(datadir)/pixmaps
util_DATA = xchat.desktop
--utildir = $(sysconfdir)/X11/applnk/Internet
+-utildir = $(datadir)/applications
+utildir = $(datadir)/apps/Internet
+ subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = config.h
diff --git a/irc/xchat2/files/patch-configure b/irc/xchat2/files/patch-configure
index e9036bdc9622..04cf2b246013 100644
--- a/irc/xchat2/files/patch-configure
+++ b/irc/xchat2/files/patch-configure
@@ -1,51 +1,28 @@
---- configure.orig Sat Aug 17 23:42:13 2002
-+++ configure Sat Aug 17 23:42:55 2002
-@@ -3211,10 +3211,10 @@
+--- configure.orig Sun Nov 24 20:59:19 2002
++++ configure Sun Dec 8 18:13:53 2002
+@@ -7358,6 +7358,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -10381,7 +10382,7 @@
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
+extern int *libintl_nl_domain_bindings;
- int main() {
+ #ifdef F77_DUMMY_MAIN
+ # ifdef __cplusplus
+ extern "C"
+@@ -10392,7 +10393,7 @@
+ 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; }
- EOF
- if { (eval echo configure:3221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-@@ -3600,7 +3600,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"
-@@ -3608,7 +3608,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:3615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-@@ -3628,7 +3628,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"
-@@ -3636,7 +3636,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:3643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ ;
+ return 0;
+ }