summaryrefslogtreecommitdiff
path: root/converters/macfork/patches
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-26 05:36:18 +0000
committerjlam <jlam>2001-09-26 05:36:18 +0000
commita2913b8301bdb3075cd6faae7a27202d69716255 (patch)
tree439cd6795b568e84738eac05e5cecfc07d42a718 /converters/macfork/patches
parentd1490b6421f9a72b08570dddf1a3794bea02accd (diff)
downloadpkgsrc-a2913b8301bdb3075cd6faae7a27202d69716255.tar.gz
converters/macfork - simple macintosh resource fork tool
A unix utility for extracting resources from a macintosh resource fork. Currently macfork only directly supports icon families, pict files, and palettes, but any resource data can be extracted to a file. Provided in pkg/13925 by Johan Danielsson <joda@pdc.kth.se>.
Diffstat (limited to 'converters/macfork/patches')
-rw-r--r--converters/macfork/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/macfork/patches/patch-aa b/converters/macfork/patches/patch-aa
new file mode 100644
index 00000000000..288cddde748
--- /dev/null
+++ b/converters/macfork/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/09/26 05:36:18 jlam Exp $
+
+--- Resource.cc~ Tue Aug 31 19:10:19 1999
++++ Resource.cc Mon Sep 3 21:12:01 2001
+@@ -9,6 +9,8 @@
+ */
+
+ #include "Resource.h"
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <netinet/in.h>
+
+ #define dprintf if (0) printf