openbsd-ports/archivers/unace/patches/patch-ae
brad 6823baa8eb - remove the need for gmake
- use MAKE_FLAGS
- quiet two warnings
- bring in the header sys/types.h for the definition of BYTE_ORDER
2000-02-14 22:12:48 +00:00

11 lines
178 B
Plaintext

--- os.h.orig Mon Feb 14 17:05:29 2000
+++ os.h Mon Feb 14 17:05:07 2000
@@ -18,6 +18,7 @@
#endif
#if defined(UNIX)
+ #include <sys/types.h>
#define DIRSEP '/'
#endif