From e07dbed8b7c7aa9f1e19cdb85dc8daa069160e54 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Tue, 6 May 2003 14:55:33 +0000 Subject: Fix compiling on ia64 Noted by: kris --- ftp/ftp4all/files/patch-lib::des-private.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ftp/ftp4all/files/patch-lib::des-private.h 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 -- cgit v1.2.3