mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
27bfb5725e
Approved by: maintainer informed
16 lines
309 B
C
16 lines
309 B
C
--- lib/des-private.h.orig Thu Sep 24 15:02:11 1998
|
|
+++ lib/des-private.h Mon Feb 9 19:41:07 2004
|
|
@@ -10,6 +10,12 @@
|
|
#ifdef i386
|
|
#define LITTLE_ENDIAN 1
|
|
#endif
|
|
+#ifdef __ia64
|
|
+#define LITTLE_ENDIAN 1
|
|
+#endif
|
|
+#ifdef __amd64
|
|
+#define LITTLE_ENDIAN 1
|
|
+#endif
|
|
#ifdef sun386
|
|
#define LITTLE_ENDIAN 1
|
|
#endif
|