freebsd-ports/news/pan2/files/patch-ad
Chris D. Faulhaber 8a5429671d Update port to 0.7.6:
* Better article tracking/killfiling, preferences user-interface, external
  mailer plugins...
* Most translations updated
* Batch downloading, Save As, reverse searches
* More stable (hopefully :)
* Etc....
2000-02-23 03:48:39 +00:00

22 lines
488 B
Plaintext

--- pan/gui.h.orig Tue Feb 15 13:47:56 2000
+++ pan/gui.h Tue Feb 22 22:29:46 2000
@@ -21,6 +21,7 @@
#ifndef __GUI_H__
#define __GUI_H__
+#include <sys/types.h>
#include <gtk/gtkwidget.h>
#include <libgnomeui/gnome-app.h>
#include <libgnomeui/gnome-app-helper.h>
@@ -28,6 +29,10 @@
#include "article.h"
#include "group.h"
#include "status-item.h"
+
+#if defined(__FreeBSD__)
+typedef u_long ulong;
+#endif
extern GtkWidget *groups_vbox;
extern GtkWidget *articlelist_ctree;