From 27bfb5725ebdcd08e5b07c5d149ed70dc2f297a4 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 9 Feb 2004 18:48:54 +0000 Subject: - Fix build on AMD64 Approved by: maintainer informed --- ftp/ftp4all/files/patch-lib::des-private.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '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 index 6642318d2c38..e66fc83372f2 100644 --- a/ftp/ftp4all/files/patch-lib::des-private.h +++ b/ftp/ftp4all/files/patch-lib::des-private.h @@ -1,11 +1,14 @@ ---- 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 @@ +--- 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 -- cgit v1.2.3