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 /ftp/ftp4all | |
parent | a4c740b47a157d5ca1daafc019ffcb49078c8e03 (diff) | |
download | ports-e07dbed8b7c7aa9f1e19cdb85dc8daa069160e54.tar.gz ports-e07dbed8b7c7aa9f1e19cdb85dc8daa069160e54.zip |
Fix compiling on ia64
Noted by: kris
Notes
Notes:
svn path=/head/; revision=80269
Diffstat (limited to 'ftp/ftp4all')
-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 |