summaryrefslogtreecommitdiff
path: root/news/PicMonger/files/patch-ab
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>2000-07-24 05:57:31 +0000
committerDonald Burr <dburr@FreeBSD.org>2000-07-24 05:57:31 +0000
commit0ee0426a57396650714a3350a175774f3347a530 (patch)
tree7612c02a2108e2e6350858d2bed3828cd695eaf9 /news/PicMonger/files/patch-ab
parentAdd dependency on gnome. (diff)
Import of new port news/PicMonger, a little GTK utility that makes
it easy to decode those "naughty" groups. :) Obtained from: freshmeat, of course :)
Notes
Notes: svn path=/head/; revision=30980
Diffstat (limited to 'news/PicMonger/files/patch-ab')
-rw-r--r--news/PicMonger/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/news/PicMonger/files/patch-ab b/news/PicMonger/files/patch-ab
new file mode 100644
index 000000000000..7cfb55484986
--- /dev/null
+++ b/news/PicMonger/files/patch-ab
@@ -0,0 +1,12 @@
+--- HtmlGenerator.h.old Sun Jul 23 01:19:44 2000
++++ HtmlGenerator.h Sun Jul 23 01:19:46 2000
+@@ -28,6 +28,9 @@
+ #include <list>
+ #include <fstream>
+ #include "Exceptions.h"
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+ #include "PreviewPage.h"
+
+ class HtmlGenerator