aboutsummaryrefslogtreecommitdiff
path: root/emulators/dynamips-devel/files/patch-utils.h
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-03-08 16:55:26 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-03-08 16:55:26 +0000
commitde95d18b5c4456b8757087933ee1dc81c1a6d484 (patch)
treefc12f5fc62196f7131f60e72057a221f0b55fda0 /emulators/dynamips-devel/files/patch-utils.h
parent68aa81b9bd50c5a5f8cca180fec5ed6f868a3666 (diff)
downloadports-de95d18b5c4456b8757087933ee1dc81c1a6d484.tar.gz
ports-de95d18b5c4456b8757087933ee1dc81c1a6d484.zip
- Update to 0.2.4
- Fix build on ia64 - Fix m_memalign for jemalloc - Set DYNAMIPS_ARCH on non-i386 properly Approved by: portmgr
Notes
Notes: svn path=/head/; revision=157043
Diffstat (limited to 'emulators/dynamips-devel/files/patch-utils.h')
-rw-r--r--emulators/dynamips-devel/files/patch-utils.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/dynamips-devel/files/patch-utils.h b/emulators/dynamips-devel/files/patch-utils.h
new file mode 100644
index 000000000000..a8edbe606abf
--- /dev/null
+++ b/emulators/dynamips-devel/files/patch-utils.h
@@ -0,0 +1,11 @@
+--- utils.h.orig Fri Feb 24 06:59:58 2006
++++ utils.h Fri Feb 24 07:00:14 2006
+@@ -34,6 +34,8 @@
+ #define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN
+ #elif defined(__x86_64__)
+ #define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN
++#elif defined(__ia64__)
++#define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN
+ #endif
+
+ #ifndef ARCH_BYTE_ORDER