diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-05-06 14:55:33 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-05-06 14:55:33 +0000 |
commit | e07dbed8b7c7aa9f1e19cdb85dc8daa069160e54 (patch) | |
tree | 3e73c274260fa178a6a251b166aa6f9e0098edc0 | |
parent | . Bump PORTREVISION for the recent fixes. (diff) |
Fix compiling on ia64
Noted by: kris
-rw-r--r-- | ftp/ftp4all/files/patch-lib::des-private.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/ftp4all/files/patch-lib::des-private.h b/ftp/ftp4all/files/patch-lib::des-private.h new file mode 100644 index 000000000000..6642318d2c38 --- /dev/null +++ b/ftp/ftp4all/files/patch-lib::des-private.h @@ -0,0 +1,12 @@ +--- lib/des-private.h.orig Tue May 6 07:48:47 2003 ++++ lib/des-private.h Tue May 6 07:28:57 2003 +@@ -10,6 +10,9 @@ + #ifdef i386 + #define LITTLE_ENDIAN 1 + #endif ++#ifdef __ia64 ++#define LITTLE_ENDIAN 1 ++#endif + #ifdef sun386 + #define LITTLE_ENDIAN 1 + #endif |