summaryrefslogtreecommitdiff
path: root/www/drivel/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-12 17:37:52 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-12 17:37:52 +0000
commit856297d210708bad19e577809a8450adb87ee1a0 (patch)
treeded7cff19bfeab5134f4c47111765f736047bc0d /www/drivel/patches
parent0cdbf94c03b0435c119bff5c4be95cd6aac9caff (diff)
downloadpkgsrc-856297d210708bad19e577809a8450adb87ee1a0.tar.gz
This pkg defines _XOPEN_SOURCE which makes types such as fd_set not being
defined on NetBSD 1.6. Make this compile on NetBSD 1.x by adding -D_XOPEN_SOURCE_EXTENDED to CFLAGS. Fix one C99-ism.
Diffstat (limited to 'www/drivel/patches')
-rw-r--r--www/drivel/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/drivel/patches/patch-aa b/www/drivel/patches/patch-aa
new file mode 100644
index 00000000000..f4743312035
--- /dev/null
+++ b/www/drivel/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2005/07/12 17:37:52 kristerw Exp $
+
+--- src/journal.c.orig Mon Jul 11 18:56:40 2005
++++ src/journal.c Mon Jul 11 18:56:55 2005
+@@ -242,7 +242,7 @@
+ GtkAction *action;
+ GtkActionGroup *action_group;
+ gint i, j;
+- gchar *blogid, **ui_descriptions, *ui_description;;
++ gchar *blogid, **ui_descriptions, *ui_description;
+ GError *error;
+ static guint merge_id = 0;
+