mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Try to fix on sparc64 and amd64.
Reported by: Kris via pointyhat
This commit is contained in:
parent
f21004c8cf
commit
cbe5e273c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134367
1 changed files with 19 additions and 0 deletions
19
math/freemat/files/patch-libs_libffi_configure
Normal file
19
math/freemat/files/patch-libs_libffi_configure
Normal file
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue