summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2010-10-08 23:10:36 +0000
committerJohan van Selst <johans@FreeBSD.org>2010-10-08 23:10:36 +0000
commit42677a4a4dff46965d9cc5f67f1c428d2815ebea (patch)
treeae30d8e2e83ccf82705e7c7ae0ce3a7c787493b3 /lang/smalltalk
parentOnly mark broken if WITHOUT_NOUVEAU is not defined (diff)
Fix the build for smalltalk on powerpc (32-bit)
PR: ports/151324 Submitted by: andreast
Notes
Notes: svn path=/head/; revision=262638
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/files/patch-libffi-src-powerpc-ffitarget.h14
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
+
+
+