diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /archivers/rpm5/files/patch-db3::configure | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'archivers/rpm5/files/patch-db3::configure')
-rw-r--r-- | archivers/rpm5/files/patch-db3::configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/rpm5/files/patch-db3::configure b/archivers/rpm5/files/patch-db3::configure deleted file mode 100644 index fd38117a999b..000000000000 --- a/archivers/rpm5/files/patch-db3::configure +++ /dev/null @@ -1,11 +0,0 @@ ---- db3/configure Fri Jul 27 10:20:43 2001 -+++ db3/configure Wed Mar 27 10:04:21 2002 -@@ -15,7 +15,7 @@ - rm -f $db_dist/../db/dist $db_dist/dist - - mv Makefile Makefile.orig --cat Makefile.orig | sed -e 's/ -g$/ -g -O2/' -e '/^install:/c\ -+cat Makefile.orig | gsed -e 's/ -g$/ -g -O2/' -e '/^install:/c\ - .PHONY: listobjs\ - listobjs:\ - @echo $(OBJS) $(C_OBJS) \ |