diff options
Diffstat (limited to 'dev-java/jffi/files/1.0.0-gcc-3.4.patch')
-rw-r--r-- | dev-java/jffi/files/1.0.0-gcc-3.4.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-java/jffi/files/1.0.0-gcc-3.4.patch b/dev-java/jffi/files/1.0.0-gcc-3.4.patch deleted file mode 100644 index fc2bd5cae10..00000000000 --- a/dev-java/jffi/files/1.0.0-gcc-3.4.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/jni/GNUmakefile b/jni/GNUmakefile -index 7a027af..eaba319 100755 ---- a/jni/GNUmakefile -+++ b/jni/GNUmakefile -@@ -188,9 +188,6 @@ endif - - ifeq ($(CPU), i386) - MODEL = 32 -- ifeq ($(findstring $(OS), openbsd darwin mingw32 win32),) -- CFLAGS += -march=i586 -mtune=generic -- endif - endif - - ifeq ($(CPU), amd64) |