public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Zach Forrest <microserf@shaw.ca>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] mozilla ebuild...
Date: Sun, 02 Dec 2001 17:25:09 -0800	[thread overview]
Message-ID: <3C0AD475.9060604@shaw.ca> (raw)

I think it might be useful to add the following (or something similar) 
to the mozilla ebuild file. That way we don't have to download the JRE 
to the plugin directory if we already have it.

if [ "`use java`" ]; then
     if [ -e "/opt/java/jre/plugin/i386/mozilla/javaplugin_oji.so" ]
     then
         dosym /opt/java/jre/plugin/i386/mozilla/javaplugin_oji.so
               ${D}/usr/lib/mozilla/libjavaplugin_oji.so
     fi
fi

Is it assumed that if there is a java USE flag that the jdk has been 
installed?

Also, has anyone noticed that the Mozilla profile manager is pretty 
messed up? (The OK button says "Start Yah", some buttons have no text, etc.)

Zach



             reply	other threads:[~2001-12-03  1:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-03  1:25 Zach Forrest [this message]
2001-12-03  3:10 ` [gentoo-dev] mozilla ebuild Mikael Hallendal
2001-12-03  3:55   ` Zach Forrest
  -- strict thread matches above, loose matches on Subject: below --
2003-04-05  6:30 Messer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C0AD475.9060604@shaw.ca \
    --to=microserf@shaw.ca \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox