diff options
author | 2009-07-16 20:53:58 +0000 | |
---|---|---|
committer | 2009-07-16 20:53:58 +0000 | |
commit | 94d63d369bf840e3af52effab64f7e699c6723dc (patch) | |
tree | ad02dae77b798afe2ae3db35f705135889d48aa4 /dev-util/memprof/files | |
parent | Version bump. Translation updates. (diff) | |
download | historical-94d63d369bf840e3af52effab64f7e699c6723dc.tar.gz historical-94d63d369bf840e3af52effab64f7e699c6723dc.tar.bz2 historical-94d63d369bf840e3af52effab64f7e699c6723dc.zip |
Version bump and homepage change with broken version removal. This bump fixes build with FORTIFY_SOURCE error as per bug #261187
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-util/memprof/files')
-rw-r--r-- | dev-util/memprof/files/memprof-0.6-Makefile.in.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-util/memprof/files/memprof-0.6-Makefile.in.patch b/dev-util/memprof/files/memprof-0.6-Makefile.in.patch deleted file mode 100644 index a5bf76423795..000000000000 --- a/dev-util/memprof/files/memprof-0.6-Makefile.in.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- memprof-0.6.orig/Makefile.in 2006-08-07 17:49:40.000000000 -0500 -+++ memprof-0.6/Makefile.in 2006-11-19 16:10:16.000000000 -0600 -@@ -1012,7 +1012,7 @@ - $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) - - install-exec-hook: -- cd $(bindir) && ln -sf memprof speedprof -+ cd $(DESTDIR)$(bindir) && ln -sf memprof speedprof - - .PHONY: copyrights - |