diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-31 05:20:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-31 05:20:35 +0000 |
commit | 777f770e6d7fbc8dccf860ff529096355c3923f0 (patch) | |
tree | c5e1cbf8de0671b6e92710cbc368b52e356ed9fb /sys-fs/yaffs2-utils | |
parent | Version bump #134151 by Peter Hyman. (diff) | |
download | gentoo-2-777f770e6d7fbc8dccf860ff529096355c3923f0.tar.gz gentoo-2-777f770e6d7fbc8dccf860ff529096355c3923f0.tar.bz2 gentoo-2-777f770e6d7fbc8dccf860ff529096355c3923f0.zip |
add missing patch
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'sys-fs/yaffs2-utils')
-rw-r--r-- | sys-fs/yaffs2-utils/files/yaffs2-utils-9999-build.patch | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/sys-fs/yaffs2-utils/files/yaffs2-utils-9999-build.patch b/sys-fs/yaffs2-utils/files/yaffs2-utils-9999-build.patch index 851df7ebaf74..4157f59dbbeb 100644 --- a/sys-fs/yaffs2-utils/files/yaffs2-utils-9999-build.patch +++ b/sys-fs/yaffs2-utils/files/yaffs2-utils-9999-build.patch @@ -1,11 +1,6 @@ -Index: Makefile -=================================================================== -RCS file: /home/aleph1/cvs/yaffs2/utils/Makefile,v -retrieving revision 1.2 -diff -u -p -r1.2 Makefile ---- Makefile 6 Dec 2005 02:43:01 -0000 1.2 -+++ Makefile 30 Jul 2006 18:45:07 -0000 -@@ -16,15 +16,13 @@ +--- yaffs2/utils/Makefile ++++ yaffs2/utils/Makefile +@@ -16,7 +16,7 @@ #KERNELDIR = /usr/src/kernel-headers-2.4.18 @@ -14,14 +9,6 @@ diff -u -p -r1.2 Makefile CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline - ## Change if you are using a cross-compiler - MAKETOOLS = - --CC=$(MAKETOOLS)gcc -- - COMMONLINKS = yaffs_ecc.c - COMMONOBJS = $(COMMONLINKS:.c=.o) - @@ -44,10 +42,10 @@ $(COMMONOBJS) $(MKYAFFSIMAGEOBJS) $(MKYA $(CC) -c $(CFLAGS) $< -o $@ |