aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2006-12-21 20:57:06 +0800
committerarved <arved@FreeBSD.org>2006-12-21 20:57:06 +0800
commitb79b0d147f7f3d1dae7f592f0a1df27ef3c94f69 (patch)
treee06963ed37d218487b118748f52ad892af49edff /www
parentfb42eccc5b63479f6bef22420f8df701ae642770 (diff)
downloadfreebsd-ports-gnome-b79b0d147f7f3d1dae7f592f0a1df27ef3c94f69.tar.gz
freebsd-ports-gnome-b79b0d147f7f3d1dae7f592f0a1df27ef3c94f69.tar.zst
freebsd-ports-gnome-b79b0d147f7f3d1dae7f592f0a1df27ef3c94f69.zip
Fix build with gcc41
Diffstat (limited to 'www')
-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);
+ };