aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-07-18 21:43:19 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-07-18 21:43:19 +0000
commitbe3957067227a92c76823924a46c2dc473d4d70e (patch)
tree2a514fde0e0232ca831c535ed9bb6af5c7b4b2e1 /devel
parent626ffddb0361711be219cba720805ac7de81d26a (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/libffi/files/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libffi/files/patch-configure b/devel/libffi/files/patch-configure
new file mode 100644
index 000000000000..085a3f5b7f94
--- /dev/null
+++ b/devel/libffi/files/patch-configure
@@ -0,0 +1,14 @@
+--- configure.orig 2010-06-03 20:49:28.000000000 +0000
++++ configure 2010-06-03 20:50:18.000000000 +0000
+@@ -12231,6 +12231,9 @@
+ powerpc-*-freebsd*)
+ TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
+ ;;
++ powerpc64-*-freebsd*)
++ TARGET=POWERPC; TARGETDIR=powerpc
++ ;;
+ powerpc*-*-rtems*)
+ TARGET=POWERPC; TARGETDIR=powerpc
+ ;;
+
+