summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus/files/patch-src::nautilus-main.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:10:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:10:59 +0000
commitcc6825cf28f45c090747ed100adeb2189bda6280 (patch)
tree227c9e7f8d44c0aaf556fd64a12ba3661c086be6 /x11-fm/nautilus/files/patch-src::nautilus-main.c
parentRemove nautilus support now that Nautilus has been removed from the tree. (diff)
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes: svn path=/head/; revision=84934
Diffstat (limited to 'x11-fm/nautilus/files/patch-src::nautilus-main.c')
-rw-r--r--x11-fm/nautilus/files/patch-src::nautilus-main.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-fm/nautilus/files/patch-src::nautilus-main.c b/x11-fm/nautilus/files/patch-src::nautilus-main.c
deleted file mode 100644
index a92009094da3..000000000000
--- a/x11-fm/nautilus/files/patch-src::nautilus-main.c
+++ /dev/null
@@ -1,27 +0,0 @@
-
-$FreeBSD$
-
---- src/nautilus-main.c 2002/02/26 22:34:03 1.1
-+++ src/nautilus-main.c 2002/02/26 22:43:21
-@@ -140,6 +140,7 @@
- CORBA_ORB orb;
- NautilusApplication *application;
- char **argv_copy;
-+ char *ld_library_path;
-
- struct poptOption options[] = {
- #ifndef NAUTILUS_OMIT_SELF_CHECK
-@@ -205,6 +206,13 @@
- argc, argv, options, 0,
- &popt_context);
- eel_setenv ("DISPLAY", DisplayString (GDK_DISPLAY ()), TRUE);
-+ ld_library_path = g_getenv ("LD_LIBRARY_PATH");
-+ if (ld_library_path == NULL)
-+ ld_library_path = "";
-+ else
-+ ld_library_path = g_strconcat (ld_library_path, ":", NULL);
-+ ld_library_path = g_strconcat(ld_library_path, MOZILLA_LIB_PLACE, NULL);
-+ eel_setenv ("LD_LIBRARY_PATH", ld_library_path, TRUE);
- orb = oaf_init (argc, argv);
- gdk_rgb_init ();
-