diff options
author | 2011-10-03 23:30:34 +0000 | |
---|---|---|
committer | 2011-10-03 23:30:34 +0000 | |
commit | 189714da803c920a951a0ae580312afeae5541a0 (patch) | |
tree | c2fed54abdb76d2fdfa899073c56dd1898c95f3d /www-plugins/mozplugger/files | |
parent | arm stable, bug #379423 (diff) | |
download | gentoo-2-189714da803c920a951a0ae580312afeae5541a0.tar.gz gentoo-2-189714da803c920a951a0ae580312afeae5541a0.tar.bz2 gentoo-2-189714da803c920a951a0ae580312afeae5541a0.zip |
Version bump, based on submission in bug #358779.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/mozplugger/files')
-rw-r--r-- | www-plugins/mozplugger/files/mozplugger-1.14.3-Makefile.in.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www-plugins/mozplugger/files/mozplugger-1.14.3-Makefile.in.patch b/www-plugins/mozplugger/files/mozplugger-1.14.3-Makefile.in.patch new file mode 100644 index 000000000000..0b46f8be2039 --- /dev/null +++ b/www-plugins/mozplugger/files/mozplugger-1.14.3-Makefile.in.patch @@ -0,0 +1,30 @@ +--- a/Makefile.in 2011-03-03 14:40:49.000000000 -0700 ++++ b/Makefile.in 2011-05-09 11:34:55.000000000 -0600 +@@ -152,17 +152,16 @@ + make localinstall BROWSERDIR=.opera + + install: +- -@$(MKDIR) @bindir@ +- -@$(MKDIR) $(prefix)$(libprefix)/mozilla/plugins +- -@$(MKDIR) @mandir@/man7 +- -@$(MKDIR) @sysconfdir@ +- cp mozplugger-helper @bindir@ +- cp mozplugger-controller @bindir@ +- cp mozplugger-linker @bindir@ +- for target in ${PLUGINDIRS}; do cp mozplugger.so $${target}; done +-# cp mozplugger.so $(prefix)$(libprefix)/mozilla/plugins/ +- cp $(srcdir)/mozpluggerrc @sysconfdir@ +- cp $(srcdir)/mozplugger.7 @mandir@/man7/ ++ -@$(MKDIR) ${root}@bindir@ ++ -@$(MKDIR) $(root)$(prefix)$(libprefix)/nsbrowser/plugins ++ -@$(MKDIR) ${root}@mandir@/man7 ++ -@$(MKDIR) ${root}@sysconfdir@ ++ cp mozplugger-helper ${root}@bindir@ ++ cp mozplugger-controller ${root}@bindir@ ++ cp mozplugger-linker ${root}@bindir@ ++ cp mozplugger.so ${root}$(prefix)$(libprefix)/nsbrowser/plugins/ ++ cp $(srcdir)/mozpluggerrc ${root}@sysconfdir@ ++ cp $(srcdir)/mozplugger.7 ${root}@mandir@/man7/ + + mozplugger.tar.gz: $(SOURCE_FILES) + @( DIR=`pwd`;\ |