summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-09 18:48:54 +0000
committerkrion <krion@FreeBSD.org>2004-02-09 18:48:54 +0000
commit3ce4ee98a8addde9690843e522c882544493b66e (patch)
tree5ec0cacd57f59601484e678a670947f4a8dd29bb /ftp
parent25899d1a59fc17c35b04fc0c23c27343a2ec14a0 (diff)
downloadFreeBSD-ports-3ce4ee98a8addde9690843e522c882544493b66e.zip
FreeBSD-ports-3ce4ee98a8addde9690843e522c882544493b66e.tar.gz
- Fix build on AMD64
Approved by: maintainer informed
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ftp4all/files/patch-lib::des-private.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/ftp/ftp4all/files/patch-lib::des-private.h b/ftp/ftp4all/files/patch-lib::des-private.h
index 6642318..e66fc83 100644
--- a/ftp/ftp4all/files/patch-lib::des-private.h
+++ b/ftp/ftp4all/files/patch-lib::des-private.h
@@ -1,12 +1,15 @@
---- 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
#endif
OpenPOWER on IntegriCloud