diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-10-07 03:47:01 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-10-07 03:47:01 +0000 |
commit | 700fc18eae04816155c5121a00c052e22bc278d6 (patch) | |
tree | 1e2780554864134841b01b061ea6d8fbe828ac20 /editors/abiword/files | |
parent | 898fef7de48efa0367c579590de39bb3ab6b32b2 (diff) | |
download | ports-700fc18eae04816155c5121a00c052e22bc278d6.tar.gz ports-700fc18eae04816155c5121a00c052e22bc278d6.zip |
Notes
Diffstat (limited to 'editors/abiword/files')
-rw-r--r-- | editors/abiword/files/patch-ax | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/abiword/files/patch-ax b/editors/abiword/files/patch-ax new file mode 100644 index 000000000000..91ab0177588d --- /dev/null +++ b/editors/abiword/files/patch-ax @@ -0,0 +1,10 @@ +--- ../wv/libole2/ms-ole.h Sun Oct 6 20:18:41 2002 ++++ ../wv/libole2/ms-ole.h.new Sun Oct 6 20:18:48 2002 +@@ -20,6 +20,7 @@ + #if defined(__QNXNTO__) + # include <sys/types.h> + #endif ++# include <sys/types.h> + # include <fcntl.h> /* for mode_t */ + #else + # include <stdlib.h> |