diff options
author | barner <barner@FreeBSD.org> | 2005-07-03 17:30:55 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-07-03 17:30:55 +0800 |
commit | a57a66827bae32c8706ff356720d17a370942436 (patch) | |
tree | b5320f20640e7b899c6acf04f6556a58b095cc62 /net-im | |
parent | 02c35888c4f52230bc57ac1cc3aeb97e88dd92c7 (diff) | |
download | freebsd-ports-gnome-a57a66827bae32c8706ff356720d17a370942436.tar.gz freebsd-ports-gnome-a57a66827bae32c8706ff356720d17a370942436.tar.zst freebsd-ports-gnome-a57a66827bae32c8706ff356720d17a370942436.zip |
Fix w/ gcc 2.95. I will submit the patch upstream.
Reported by: kris via pointyhat
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim-latex/files/patch-LaTeX.c | 17 | ||||
-rw-r--r-- | net-im/pidgin-latex/files/patch-LaTeX.c | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/net-im/gaim-latex/files/patch-LaTeX.c b/net-im/gaim-latex/files/patch-LaTeX.c new file mode 100644 index 000000000000..a09cfc364416 --- /dev/null +++ b/net-im/gaim-latex/files/patch-LaTeX.c @@ -0,0 +1,17 @@ +--- LaTeX.c.orig Sun Jul 3 11:23:45 2005 ++++ LaTeX.c Sun Jul 3 11:24:29 2005 +@@ -77,13 +77,13 @@ + + while(ptr1 != NULL) + { +- retro = FALSE; + char *tex, *message, *idstring; + gchar *name, *buf; + char *filedata; + size_t size; + GError *error = NULL; + char *filter; ++ retro = FALSE; + + pos1 = strlen(*tmp2) - strlen(ptr1); + diff --git a/net-im/pidgin-latex/files/patch-LaTeX.c b/net-im/pidgin-latex/files/patch-LaTeX.c new file mode 100644 index 000000000000..a09cfc364416 --- /dev/null +++ b/net-im/pidgin-latex/files/patch-LaTeX.c @@ -0,0 +1,17 @@ +--- LaTeX.c.orig Sun Jul 3 11:23:45 2005 ++++ LaTeX.c Sun Jul 3 11:24:29 2005 +@@ -77,13 +77,13 @@ + + while(ptr1 != NULL) + { +- retro = FALSE; + char *tex, *message, *idstring; + gchar *name, *buf; + char *filedata; + size_t size; + GError *error = NULL; + char *filter; ++ retro = FALSE; + + pos1 = strlen(*tmp2) - strlen(ptr1); + |