summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-05-24 23:51:20 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-05-24 23:51:20 +0000
commitaefb99dbb785fa474922995950d980d264d2b6ef (patch)
tree5f4b95308778f860bcb750c5bf429efe319872d0
parent- Add WITH_OPTIMIZED_CFLAGS knob to build with optimizations (diff)
Fix build on 4.X.
Notes
Notes: svn path=/head/; revision=109912
-rw-r--r--net/liferea/files/patch-src::ui_feedlist.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/liferea/files/patch-src::ui_feedlist.c b/net/liferea/files/patch-src::ui_feedlist.c
new file mode 100644
index 000000000000..690389faa19d
--- /dev/null
+++ b/net/liferea/files/patch-src::ui_feedlist.c
@@ -0,0 +1,23 @@
+--- src/ui_feedlist.c.orig Mon May 24 19:48:01 2004
++++ src/ui_feedlist.c Mon May 24 19:48:45 2004
+@@ -519,6 +519,9 @@
+ feedPtr fp;
+ gchar *data, *tmp;
+
++ int pos;
++ folderPtr parent;
++
+ debug_enter("ui_feedlist_new_subscription");
+
+ /* directly download (do not use update queue to avoid
+@@ -531,9 +534,7 @@
+ data = downloadURL(request); /* FIXME: The downloading should not block? */
+
+ /* determine feed type if necessary */
+- int pos;
+- folderPtr parent;
+-
++
+ fp = feed_new();
+ tmp = conf_new_id();
+ feed_set_id(fp, tmp);