1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add X11BASE/lib/mozilla into LD_LIBRARY_PATH along with X11BASE/lib/mozilla-embed,

so that Nautilus compiled with WITH_FULL_MOZILLA works as well. Don't bump
PORTREVISION, because WITH_FULL_MOZILLA isn't on by default.

Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
Maxim Sobolev 2002-02-21 14:19:01 +00:00
parent e2a01e4f38
commit f76b5706a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55035

View File

@ -14,7 +14,7 @@ $FreeBSD$
+ p = "";
+ else
+ p = g_strconcat (p, ":", NULL);
+ p = g_strconcat (p, X11BASE "/lib/mozilla-embedded", NULL);
+ p = g_strconcat (p, X11BASE "/lib/mozilla", ":", X11BASE "/lib/mozilla-embedded", NULL);
+ setenv ("LD_LIBRARY_PATH", p, 1);
ice_depth = 0; /* We are live */