mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Make this work on ia64.
This commit is contained in:
parent
0163fe6682
commit
42dce6e924
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72924
12
shells/pdksh/files/patch-alloc.c
Normal file
12
shells/pdksh/files/patch-alloc.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- alloc.c.orig Tue May 18 07:45:09 1999
|
||||
+++ alloc.c Sat Jan 11 15:11:22 2003
|
||||
@@ -110,5 +110,9 @@
|
||||
Block *block;
|
||||
struct {int _;} junk; /* alignment */
|
||||
+#ifdef __ia64__
|
||||
+ long double djunk; /* alignment */
|
||||
+#else
|
||||
double djunk; /* alignment */
|
||||
+#endif
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user