diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-05-02 18:16:52 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-05-02 18:16:52 +0000 |
commit | 96e2d4ea605f6219b85cc66a014a724399efd1b5 (patch) | |
tree | 6af3c7c159964837e3ce9962fba2a880d8c4632f /www/cadaver/files/patch-Makefile.in | |
parent | Add support for early GCC 4.6 snapshots (lang/gcc46) via USE_GCC=4.6 (diff) |
Update www/cadaver to latest version
Add FreeBSD specific patches
Submitted by: "Mikhail T." <mi+thun@aldan.algebra.com>
Approved by: itetcu@ (mentor)
Diffstat (limited to 'www/cadaver/files/patch-Makefile.in')
-rw-r--r-- | www/cadaver/files/patch-Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/cadaver/files/patch-Makefile.in b/www/cadaver/files/patch-Makefile.in new file mode 100644 index 000000000000..09e60593ed29 --- /dev/null +++ b/www/cadaver/files/patch-Makefile.in @@ -0,0 +1,23 @@ +--- Makefile.in 2008-02-11 05:29:53.000000000 -0500 ++++ Makefile.in 2010-04-16 14:31:42.000000000 -0400 +@@ -42,6 +42,6 @@ + src/cmdline.o src/options.o src/utils.o src/edit.o \ + src/version.o src/search.o +-LIBOBJS = lib/basename.o lib/dirname.o lib/rpmatch.o lib/yesno.o \ +- lib/glob.o lib/getpass.o lib/tempname.o lib/mkstemp.o \ ++LIBOBJS = lib/rpmatch.o lib/yesno.o \ ++ lib/getpass.o \ + @LIBOBJS@ + ALLOBJS = $(OBJECTS) $(LIBOBJS) +@@ -92,8 +92,8 @@ + src/options.h src/cmdline.h src/commands.h src/cadaver.h + src/options.o: src/options.c config.h src/options.h src/cadaver.h src/common.h +-src/cmdline.o: src/cmdline.c src/cmdline.h src/cadaver.h lib/basename.h \ +- lib/glob.h src/commands.h src/common.h ++src/cmdline.o: src/cmdline.c src/cmdline.h src/cadaver.h \ ++ src/commands.h src/common.h + src/commands.o: src/commands.c src/commands.h src/cadaver.h \ +- lib/basename.h src/options.h src/common.h ++ src/options.h src/common.h + src/edit.o: src/edit.c src/cadaver.h src/options.h src/common.h + src/common.o: src/common.c src/common.h config.h |