diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-12-27 17:56:55 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-12-27 17:56:55 +0000 |
commit | 10bd3de2d27b02bdffc2afcba21a77801787968b (patch) | |
tree | 69811f5303ad8d41521bf08c72590d8952daf9a4 /dev-libs | |
parent | Build objects twice, once -fPIC for shared and once without for static. REALL... (diff) | |
download | gentoo-2-10bd3de2d27b02bdffc2afcba21a77801787968b.tar.gz gentoo-2-10bd3de2d27b02bdffc2afcba21a77801787968b.tar.bz2 gentoo-2-10bd3de2d27b02bdffc2afcba21a77801787968b.zip |
typo
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/dmalloc/files/dmalloc-5.5.2-Makefile.in.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/dmalloc/files/dmalloc-5.5.2-Makefile.in.patch b/dev-libs/dmalloc/files/dmalloc-5.5.2-Makefile.in.patch index d842990d5c2c..70e6e11062cd 100644 --- a/dev-libs/dmalloc/files/dmalloc-5.5.2-Makefile.in.patch +++ b/dev-libs/dmalloc/files/dmalloc-5.5.2-Makefile.in.patch @@ -96,7 +96,7 @@ diff -ur dmalloc-5.5.2.orig/Makefile.in dmalloc-5.5.2/Makefile.in - $(srcdir)/mkinstalldirs $(shlibdir) - $(INSTALL_PROGRAM) $(LIB_TH_CXX_SL) $(shlibdir) + $(srcdir)/mkinstalldirs $(DESTDIR)$(shlibdir) -+ $(INSTALL) $(LIB_TH) $(DESTDIR)$(libdir) ++ $(INSTALL) $(LIB_TH_CXX_SL) $(DESTDIR)$(libdir) installthcxx : $(INSTALL_TH_CXX) - $(srcdir)/mkinstalldirs $(libdir) |