diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-26 05:36:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-26 05:36:18 +0000 |
commit | 12b282ca315db6799630896e761a958fdd714ea8 (patch) | |
tree | 439cd6795b568e84738eac05e5cecfc07d42a718 /converters/macfork/patches | |
parent | 81bfb07948176a3398908b35a3aea93c1e36a7db (diff) | |
download | pkgsrc-12b282ca315db6799630896e761a958fdd714ea8.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-aa | 13 |
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 |