On Tue, 9 Oct 2007 16:28:23 -0700 Donnie Berkholz wrote: > > if use nsplugin; then > > if use seamonkey; then > > XPIDL=/usr/lib/seamonkey > > MOZILLA_CONFIG=/usr/lib/seamonkey/seamonkey-config > > else > > XPIDL=/usr/lib/mozilla-firefox > > MOZILLA_CONFIG=/usr/lib/mozilla-firefox/firefox-config > > fi > > fi > > Should this be get_libdir() ? should be more reliable indeed it's used only to teach the build system where to find mozilla's stuff, so as of now it shouldnt hurt, but I switched to get_libdir anyway. > > > > econf \ > > $(use_enable altivec) \ > > $(use_enable stream sout) \ > > $(use_enable httpd) \ > > $(use_enable gnutls) \ > > $(use_enable v4l) \ > > $(use_enable v4l2) \ > > $(use_enable cdda) $(use_enable cdda cddax)\ > > $(use_enable cddb libcddb) \ > > [crop another 30 or so] > > Another place where ordering would help. good idea, thanks; it's a bit difficult to read as of now :/ Alexis.