diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-31 11:40:40 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-31 11:40:40 +0800 |
commit | 11f62c62f4000c837d7ea041ef3cd6b675361984 (patch) | |
tree | 9500c20c40188be3eb6de5414e5b2a92aaa471db /irc/xchat1/files | |
parent | ffac773188a6e4b2626962dd0d0a79cd82728285 (diff) | |
download | marcuscom-ports-11f62c62f4000c837d7ea041ef3cd6b675361984.tar marcuscom-ports-11f62c62f4000c837d7ea041ef3cd6b675361984.tar.gz marcuscom-ports-11f62c62f4000c837d7ea041ef3cd6b675361984.tar.bz2 marcuscom-ports-11f62c62f4000c837d7ea041ef3cd6b675361984.tar.lz marcuscom-ports-11f62c62f4000c837d7ea041ef3cd6b675361984.tar.xz marcuscom-ports-11f62c62f4000c837d7ea041ef3cd6b675361984.tar.zst marcuscom-ports-11f62c62f4000c837d7ea041ef3cd6b675361984.zip |
X11BASE -> LOCALBASE, gdk-pixbuf-config lives in LOCALBASE. Bump the
PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6902 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'irc/xchat1/files')
-rw-r--r-- | irc/xchat1/files/patch-configure | 11 | ||||
-rw-r--r-- | irc/xchat1/files/patch-src::common::cfgfiles.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/irc/xchat1/files/patch-configure b/irc/xchat1/files/patch-configure new file mode 100644 index 000000000..1d6df50fa --- /dev/null +++ b/irc/xchat1/files/patch-configure @@ -0,0 +1,11 @@ +--- 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 diff --git a/irc/xchat1/files/patch-src::common::cfgfiles.c b/irc/xchat1/files/patch-src::common::cfgfiles.c new file mode 100644 index 000000000..d33af116d --- /dev/null +++ b/irc/xchat1/files/patch-src::common::cfgfiles.c @@ -0,0 +1,11 @@ +--- src/common/cfgfiles.c.orig Mon Mar 29 15:46:01 2004 ++++ src/common/cfgfiles.c Mon Mar 29 15:46:20 2004 +@@ -600,7 +600,7 @@ + + prefs.autoresume = 1; + prefs.show_away_once = 1; +- prefs.show_away_message = 1; ++ prefs.show_away_message = 0; + prefs.indent_pixels = 80; + prefs.dialog_indent_pixels = 80; + prefs.indent_nicks = 1; |