summaryrefslogtreecommitdiff
path: root/devel/libffi-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libffi-devel/files')
-rw-r--r--devel/libffi-devel/files/patch-aa10
-rw-r--r--devel/libffi-devel/files/patch-ab11
-rw-r--r--devel/libffi-devel/files/patch-ad11
3 files changed, 0 insertions, 32 deletions
diff --git a/devel/libffi-devel/files/patch-aa b/devel/libffi-devel/files/patch-aa
deleted file mode 100644
index 7ee39e0809b4..000000000000
--- a/devel/libffi-devel/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Mon Oct 5 17:26:04 1998
-+++ configure Sat Oct 24 00:42:30 1998
-@@ -1415,6 +1415,7 @@
- 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;;
- 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 9106e12edaec..000000000000
--- a/devel/libffi-devel/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Tue Feb 2 21:19:24 1999
-+++ src/Makefile.in Tue Feb 2 21:19:34 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