diff options
Diffstat (limited to 'devel/libffi-devel/files')
-rw-r--r-- | devel/libffi-devel/files/patch-aa | 11 | ||||
-rw-r--r-- | devel/libffi-devel/files/patch-ab | 11 | ||||
-rw-r--r-- | devel/libffi-devel/files/patch-ad | 20 |
3 files changed, 0 insertions, 42 deletions
diff --git a/devel/libffi-devel/files/patch-aa b/devel/libffi-devel/files/patch-aa deleted file mode 100644 index ffcd5f8ee6fc..000000000000 --- a/devel/libffi-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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-devel/files/patch-ab b/devel/libffi-devel/files/patch-ab deleted file mode 100644 index ddc5c8d4e794..000000000000 --- a/devel/libffi-devel/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/x86/sysv.S.orig Mon Oct 5 16:36:28 1998 -+++ src/x86/sysv.S Sat Oct 24 00:56:07 1998 -@@ -33,7 +33,7 @@ - .globl ffi_prep_args - - # This assumes we are using gas. -- .balign 16 -+ .align 4 - .globl ffi_call_SYSV - .type ffi_call_SYSV,@function - diff --git a/devel/libffi-devel/files/patch-ad b/devel/libffi-devel/files/patch-ad deleted file mode 100644 index 3dff2eb4f6b2..000000000000 --- a/devel/libffi-devel/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- 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) - --all: Makefile $(LTLIBRARIES) $(PROGRAMS) -+all: Makefile $(LTLIBRARIES) - - .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 \ |