aboutsummaryrefslogtreecommitdiff
path: root/devel/libffi
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-31 04:58:10 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-31 04:58:10 +0000
commit3dbe12fad1aa6eb339d6a9357d11362d76eb23d7 (patch)
treeb8b4d570b8bdb2b32f0d4df52e0cc5796e8e7b9e /devel/libffi
parenta53d0ce8e7210a4aac7beefcccc51c2e316d969a (diff)
downloadports-3dbe12fad1aa6eb339d6a9357d11362d76eb23d7.tar.gz
ports-3dbe12fad1aa6eb339d6a9357d11362d76eb23d7.zip
Fix build on Alpha.
Notes
Notes: svn path=/head/; revision=19136
Diffstat (limited to 'devel/libffi')
-rw-r--r--devel/libffi/files/patch-aa7
-rw-r--r--devel/libffi/files/patch-ad13
2 files changed, 15 insertions, 5 deletions
diff --git a/devel/libffi/files/patch-aa b/devel/libffi/files/patch-aa
index 7ee39e0809b4..ffcd5f8ee6fc 100644
--- a/devel/libffi/files/patch-aa
+++ b/devel/libffi/files/patch-aa
@@ -1,10 +1,11 @@
---- configure.orig Mon Oct 5 17:26:04 1998
-+++ configure Sat Oct 24 00:42:30 1998
-@@ -1415,6 +1415,7 @@
+--- configure.orig Mon Oct 5 04:26:04 1998
++++ configure Sun May 30 19:01:51 1999
+@@ -1415,6 +1415,8 @@
case "$host" in
mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS; TARGETDIR=mips;;
i*86-pc-linux*) TARGET=X86; TARGETDIR=x86;;
+i*86-unknown-freebsd*) TARGET=X86; TARGETDIR=x86;;
++alpha-unknown-freebsd*) TARGET=ALPHA; TARGETDIR=alpha;;
sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;;
sparc-sun-*) TARGET=SPARC; TARGETDIR=sparc;;
alpha*-*-linux* | alpha*-*-osf*) TARGET=ALPHA; TARGETDIR=alpha;;
diff --git a/devel/libffi/files/patch-ad b/devel/libffi/files/patch-ad
index 9106e12edaec..3dff2eb4f6b2 100644
--- a/devel/libffi/files/patch-ad
+++ b/devel/libffi/files/patch-ad
@@ -1,5 +1,5 @@
---- src/Makefile.in.orig Tue Feb 2 21:19:24 1999
-+++ src/Makefile.in Tue Feb 2 21:19:34 1999
+--- src/Makefile.in.orig Mon Oct 5 04:26:33 1998
++++ src/Makefile.in Sun May 30 21:48:55 1999
@@ -164,7 +164,7 @@
SOURCES = $(libffi_la_SOURCES) $(ffitest_SOURCES)
OBJECTS = $(libffi_la_OBJECTS) $(ffitest_OBJECTS)
@@ -9,3 +9,12 @@
.SUFFIXES:
.SUFFIXES: .S .c .lo .o .s
+@@ -296,7 +296,7 @@
+ done
+ debug.o debug.lo: debug.c ../include/ffi.h ../fficonfig.h \
+ ../include/ffi_common.h
+-ffi.o ffi.lo: x86/ffi.c ../include/ffi.h ../fficonfig.h \
++ffi.o ffi.lo: @TARGETDIR@/ffi.c ../include/ffi.h ../fficonfig.h \
+ ../include/ffi_common.h
+ ffitest.o ffitest.lo: ffitest.c ../include/ffi.h ../fficonfig.h
+ prep_cif.o prep_cif.lo: prep_cif.c ../include/ffi.h ../fficonfig.h \