diff options
author | johans <johans@FreeBSD.org> | 2010-10-09 07:10:36 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2010-10-09 07:10:36 +0800 |
commit | 9b879d8683c434b1c11eb5c53af884d3dda7badc (patch) | |
tree | d1e7b2c14813b9d0d1f1955d67451f0ffabc1b49 /lang | |
parent | b518061f96fecae35adf7a3f83fe51b5a6f8d80c (diff) | |
download | freebsd-ports-gnome-9b879d8683c434b1c11eb5c53af884d3dda7badc.tar.gz freebsd-ports-gnome-9b879d8683c434b1c11eb5c53af884d3dda7badc.tar.zst freebsd-ports-gnome-9b879d8683c434b1c11eb5c53af884d3dda7badc.zip |
Fix the build for smalltalk on powerpc (32-bit)
PR: ports/151324
Submitted by: andreast
Diffstat (limited to 'lang')
-rw-r--r-- | lang/smalltalk/files/patch-libffi-src-powerpc-ffitarget.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/smalltalk/files/patch-libffi-src-powerpc-ffitarget.h b/lang/smalltalk/files/patch-libffi-src-powerpc-ffitarget.h new file mode 100644 index 000000000000..22a61b67f491 --- /dev/null +++ b/lang/smalltalk/files/patch-libffi-src-powerpc-ffitarget.h @@ -0,0 +1,14 @@ + +--- libffi/src/powerpc/ffitarget.h.orig 2010-10-08 21:22:55.000000000 +0200 ++++ libffi/src/powerpc/ffitarget.h 2010-10-08 21:23:39.000000000 +0200 +@@ -78,6 +78,8 @@ + FFI_SYSV, + FFI_GCC_SYSV, + FFI_LINUX64, ++ FFI_LINUX, ++ FFI_LINUX_SOFT_FLOAT, + FFI_DEFAULT_ABI = FFI_SYSV, + #endif + + + |