summaryrefslogtreecommitdiff
path: root/archivers/unace/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-08-22 11:53:06 +0000
committerdmcmahill <dmcmahill>2000-08-22 11:53:06 +0000
commita1646516ea45689a37049bd936ea57f7395e0a63 (patch)
treec00e671e0b6ea520fe5c0b3492a9d5913f79b710 /archivers/unace/patches
parentc4bb880697dd9b1178cd11f13610efc772f532d8 (diff)
downloadpkgsrc-a1646516ea45689a37049bd936ea57f7395e0a63.tar.gz
include missing header file. fixes recently noted compile problems on 1.4.2/sparc.
Diffstat (limited to 'archivers/unace/patches')
-rw-r--r--archivers/unace/patches/patch-ab10
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/unace/patches/patch-ab b/archivers/unace/patches/patch-ab
index e86c3190208..c81950e0dca 100644
--- a/archivers/unace/patches/patch-ab
+++ b/archivers/unace/patches/patch-ab
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/07/20 19:46:47 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2000/08/22 11:53:08 dmcmahill 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 '/'
+--- os.h.orig Wed Jul 1 04:29:10 1998
++++ os.h Tue Aug 22 07:47:45 2000
+@@ -22,3 +22,13 @@
#endif
+#if defined(__NetBSD__)
++#include <sys/types.h>
+#include <machine/endian.h>
+#if BYTE_ORDER == BIG_ENDIAN
+#define HI_LO_BYTE_ORDER