diff options
-rw-r--r-- | devel/libffi/files/patch-configure | 14 |
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 + ;; + + |