summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-08-02 03:26:31 +0000
committerAron Griffis <agriffis@gentoo.org>2005-08-02 03:26:31 +0000
commit9d02328e33db68230e32aeef033d33f2568971c3 (patch)
tree9f454a85da75a190ca4357afd8703fe8b53a9919 /eclass
parentUse the right patch in the ebuild (diff)
downloadgentoo-2-9d02328e33db68230e32aeef033d33f2568971c3.tar.gz
gentoo-2-9d02328e33db68230e32aeef033d33f2568971c3.tar.bz2
gentoo-2-9d02328e33db68230e32aeef033d33f2568971c3.zip
back out nsplugins-v2 temporarily, did something wrong, testing 1 2 3
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass
index 861d590467d3..737d30b5c681 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.18 2005/08/02 03:11:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.19 2005/08/02 03:26:31 agriffis Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -156,8 +156,8 @@ 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\""
+# append-flags "-DGENTOO_NSPLUGINS_DIR=\\\"/usr/$(get_libdir)/nsplugins\\\""
+# append-flags "-DGENTOO_NSBROWSER_PLUGINS_DIR=\\\"/usr/$(get_libdir)/nsbrowser/plugins\\\""
####################################
#