freebsd-ports/print/ghostscript7
Marcel Moolenaar d0d5d33f3c Fix ghostscript on ia64. The logic to determine what the minimum
alignment must be is based on elementary datatypes, but does not
take into account the alignment requirements of FP spills. Such
are present in jmp_buf. The memory allocator is used by the JPEG
and PNG libraries as well and the JPEG library has a jmp_buf in
one of its structures.
Another problem case is the "long double" type. This datatype is
not in the list of elementary types on which the minimal alignment
is based and can also be used by imported source code.

The patch forces 16-byte alignment on ia64.
2002-12-19 00:43:11 +00:00
..
files Fix ghostscript on ia64. The logic to determine what the minimum 2002-12-19 00:43:11 +00:00
scripts
distinfo
Makefile
pkg-comment
pkg-descr
pkg-plist