diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-05-06 22:55:33 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-05-06 22:55:33 +0800 |
commit | 65d2d9979268c751479b6734068266c2824250f3 (patch) | |
tree | 1849fe4c64f07f4f9e561165bcc5535fac1b7111 /ftp | |
parent | 54bdfd7e1ab2d2bf327474aaba19ab93b1e23049 (diff) | |
download | freebsd-ports-gnome-65d2d9979268c751479b6734068266c2824250f3.tar.gz freebsd-ports-gnome-65d2d9979268c751479b6734068266c2824250f3.tar.zst freebsd-ports-gnome-65d2d9979268c751479b6734068266c2824250f3.zip |
Fix compiling on ia64
Noted by: kris
Diffstat (limited to 'ftp')
-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 |