diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-02 03:09:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-02 03:09:49 +0000 |
commit | 62413a76d078eb1c0bd5503825175db57e009f14 (patch) | |
tree | a5abf0d8108b2f10301343f3cb1086934d42c0c0 /eclass/mozconfig.eclass | |
parent | Replacing dependency on >=gtk-engines-thinice-2 with >=gtk-engines-2.6. The f... (diff) | |
download | gentoo-2-62413a76d078eb1c0bd5503825175db57e009f14.tar.gz gentoo-2-62413a76d078eb1c0bd5503825175db57e009f14.tar.bz2 gentoo-2-62413a76d078eb1c0bd5503825175db57e009f14.zip |
v2 of the nsplugins patch arrives. my favorite feature is that this one actually works!
Diffstat (limited to 'eclass/mozconfig.eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index 6b2edb5b639b..bcf457c19e29 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.16 2005/07/15 00:51:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.17 2005/08/02 03:09:49 agriffis Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -153,6 +153,10 @@ mozconfig_init() { # Go a little faster; use less RAM 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\"" + #################################### # # mozconfig setup |