aboutsummaryrefslogtreecommitdiff
path: root/math/freemat
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-04-29 21:43:28 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-04-29 21:43:28 +0000
commitcbe5e273c44e05b54e8dba4c1653ccc55872b529 (patch)
tree364307bcc0af852f8e405f737db0ce5a71876abf /math/freemat
parentf21004c8cf29c4d195302494574e07173bb66102 (diff)
downloadports-cbe5e273c44e05b54e8dba4c1653ccc55872b529.tar.gz
ports-cbe5e273c44e05b54e8dba4c1653ccc55872b529.zip
Notes
Diffstat (limited to 'math/freemat')
-rw-r--r--math/freemat/files/patch-libs_libffi_configure19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/freemat/files/patch-libs_libffi_configure b/math/freemat/files/patch-libs_libffi_configure
new file mode 100644
index 000000000000..ec95035ca52d
--- /dev/null
+++ b/math/freemat/files/patch-libs_libffi_configure
@@ -0,0 +1,19 @@
+--- ./libs/libffi/configure.orig Mon Jun 21 21:27:17 2004
++++ ./libs/libffi/configure Fri Apr 29 23:36:25 2005
+@@ -3286,7 +3286,7 @@
+ sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;;
+ sparc*-sun-*) TARGET=SPARC; TARGETDIR=sparc;;
+ sparc-*-linux* | sparc-*-netbsdelf*) TARGET=SPARC; TARGETDIR=sparc;;
+-sparc64-*-linux* | sparc64-*-netbsd*) TARGET=SPARC; TARGETDIR=sparc;;
++sparc64-*-linux* | sparc64-*-netbsd* | sparc64-*-freebsd*) TARGET=SPARC; TARGETDIR=sparc;;
+ alpha*-*-linux* | alpha*-*-osf* | alpha*-*-freebsd* | alpha*-*-netbsd*) TARGET=ALPHA; TARGETDIR=alpha;;
+ ia64*-*-*) TARGET=IA64; TARGETDIR=ia64;;
+ m68k-*-linux*) TARGET=M68K; TARGETDIR=m68k;;
+@@ -3306,6 +3306,7 @@
+ sh-*-linux* | sh[34]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
+ sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
+ hppa-*-linux* | parisc-*-linux*) TARGET=PA; TARGETDIR=pa;;
++amd64-portbld-freebsd*) TARGET=X86_64; TARGETDIR=x86;;
+ esac
+
+