aboutsummaryrefslogtreecommitdiff
path: root/www/aria
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-12-21 12:57:06 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-12-21 12:57:06 +0000
commit842b7e201fd3666cc3d8c82f5988763cbdeb7454 (patch)
treeff93e7aa1eb4911e4a097c1ef56d26c95a83e808 /www/aria
parent2b626a4c3b7cc1deeccdba75256a24e6238a2766 (diff)
downloadports-842b7e201fd3666cc3d8c82f5988763cbdeb7454.tar.gz
ports-842b7e201fd3666cc3d8c82f5988763cbdeb7454.zip
Fix build with gcc41
Notes
Notes: svn path=/head/; revision=180322
Diffstat (limited to 'www/aria')
-rw-r--r--www/aria/files/patch-src::ItemCellPartial.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/aria/files/patch-src::ItemCellPartial.h b/www/aria/files/patch-src::ItemCellPartial.h
new file mode 100644
index 000000000000..03f0c7b8106a
--- /dev/null
+++ b/www/aria/files/patch-src::ItemCellPartial.h
@@ -0,0 +1,11 @@
+--- src/ItemCellPartial.h.orig Thu Dec 21 13:17:59 2006
++++ src/ItemCellPartial.h Thu Dec 21 13:18:32 2006
+@@ -70,7 +70,7 @@
+ ItemCell *ret_Boss();
+
+ void WriteSplitInfo(const string& filename);
+- ItemCell::DownloadStatusType ItemCellPartial::Download_Main();
++ ItemCell::DownloadStatusType Download_Main();
+
+ SplitStatusType SplitNumberChanged(const string& filename);
+ };