diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-31 04:58:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-31 04:58:10 +0000 |
commit | 3dbe12fad1aa6eb339d6a9357d11362d76eb23d7 (patch) | |
tree | b8b4d570b8bdb2b32f0d4df52e0cc5796e8e7b9e /devel/libffi/files/patch-ad | |
parent | Fix build for Alpha. (diff) |
Fix build on Alpha.
Notes
Notes:
svn path=/head/; revision=19136
Diffstat (limited to 'devel/libffi/files/patch-ad')
-rw-r--r-- | devel/libffi/files/patch-ad | 13 |
1 files changed, 11 insertions, 2 deletions
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 \ |