summaryrefslogtreecommitdiff
path: root/net-im/gaim-openq/files/patch-src-send_file.h
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-08-30 17:09:41 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-08-30 17:09:41 +0000
commitdcf4cae13394ed1cdffd70d8ad5bf599de477473 (patch)
treee94bd93df9f432ec309dcd7b96ae3c4aa4ce289b /net-im/gaim-openq/files/patch-src-send_file.h
parents/PTHREAD_FLAGS/PTHREAD_CFLAGS/ (diff)
- Unbreak it on 4.x
PR: ports/85075 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=141481
Diffstat (limited to 'net-im/gaim-openq/files/patch-src-send_file.h')
-rw-r--r--net-im/gaim-openq/files/patch-src-send_file.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/gaim-openq/files/patch-src-send_file.h b/net-im/gaim-openq/files/patch-src-send_file.h
new file mode 100644
index 000000000000..961316f49502
--- /dev/null
+++ b/net-im/gaim-openq/files/patch-src-send_file.h
@@ -0,0 +1,11 @@
+--- src/send_file.h.orig Thu Aug 18 18:49:04 2005
++++ src/send_file.h Thu Aug 18 17:55:56 2005
+@@ -40,7 +40,7 @@
+ union {
+ FILE *dest_fp;
+ guint8 *buffer;
+- };
++ } un;
+ gboolean use_major;
+ } ft_info;
+