diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-02 12:51:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-02 12:51:09 +0000 |
commit | 0e06035945de048a7dbb433b40d8117ce971bd87 (patch) | |
tree | c1a2b2599ec56541c0868b253b535951dabaa001 /eclass | |
parent | Update to v2 of the nsplugins patch, which actually works (even on multilib (diff) | |
download | gentoo-2-0e06035945de048a7dbb433b40d8117ce971bd87.tar.gz gentoo-2-0e06035945de048a7dbb433b40d8117ce971bd87.tar.bz2 gentoo-2-0e06035945de048a7dbb433b40d8117ce971bd87.zip |
Add note to eclass explaining where to fine definitions of GENTOO_NSPLUGINS_DIR and GENTOO_NSBROWSER_PLUGINS_DIR
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index 737d30b5c681..2738fc677ac2 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.19 2005/08/02 03:26:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.20 2005/08/02 12:51:09 agriffis Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -156,8 +156,13 @@ mozconfig_init() { append-flags "$MAKEEDIT_FLAGS" # Define our plugin dirs for nsplugins-v2.patch -# append-flags "-DGENTOO_NSPLUGINS_DIR=\\\"/usr/$(get_libdir)/nsplugins\\\"" -# append-flags "-DGENTOO_NSBROWSER_PLUGINS_DIR=\\\"/usr/$(get_libdir)/nsbrowser/plugins\\\"" + # + # This is the way we would *like* to do things. However ./configure chokes + # on these definitions, so the real definitions happen in the ebuilds, just + # before emake. + # + #append-flags "-DGENTOO_NSPLUGINS_DIR=\\\"/usr/$(get_libdir)/nsplugins\\\"" + #append-flags "-DGENTOO_NSBROWSER_PLUGINS_DIR=\\\"/usr/$(get_libdir)/nsbrowser/plugins\\\"" #################################### # |