summaryrefslogtreecommitdiff
path: root/archivers/unace/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz>2000-07-20 19:46:46 +0000
committerwiz <wiz>2000-07-20 19:46:46 +0000
commit08c2ac6145f2bf4c290ab1363dd423deabd33e8f (patch)
treec4e8a3ca3eeef1e0d74d302e9d3a051f2407cc53 /archivers/unace/patches/patch-ab
parentbaaefbdc9cb5d96831c441b1f2eb82d5d71ab0cb (diff)
downloadpkgsrc-08c2ac6145f2bf4c290ab1363dd423deabd33e8f.tar.gz
Initial import of unace-1.2, a tool for listing, verifying and extracting
ACE archives.
Diffstat (limited to 'archivers/unace/patches/patch-ab')
-rw-r--r--archivers/unace/patches/patch-ab18
1 files changed, 18 insertions, 0 deletions
diff --git a/archivers/unace/patches/patch-ab b/archivers/unace/patches/patch-ab
new file mode 100644
index 00000000000..e86c3190208
--- /dev/null
+++ b/archivers/unace/patches/patch-ab
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/07/20 19:46:47 wiz Exp $
+
+--- os.h.orig Wed Jul 1 10:29:10 1998
++++ os.h Thu Jul 20 20:28:19 2000
+@@ -21,4 +21,13 @@
+ #define DIRSEP '/'
+ #endif
+
++#if defined(__NetBSD__)
++#include <machine/endian.h>
++#if BYTE_ORDER == BIG_ENDIAN
++#define HI_LO_BYTE_ORDER
++#else
++#define LO_HI_BYTE_ORDER
++#endif
++#endif
++
+ #endif /* __os_h */