From f11850c2eb3dfa4a9f5d77d4f320ef876259ccda Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 26 Feb 2002 23:12:54 +0000 Subject: [PATCH] Remove LD_LIBRARY_PATH bandaid for Nautilus - it was moved over into Nautilus code. --- x11/gnomecore/Makefile | 1 + x11/gnomecore/files/patch-gsm::ice.c | 21 --------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 x11/gnomecore/files/patch-gsm::ice.c diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index b35b18b0b1a8..3fdecc134363 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomecore PORTVERSION= 1.4.0.6 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core diff --git a/x11/gnomecore/files/patch-gsm::ice.c b/x11/gnomecore/files/patch-gsm::ice.c deleted file mode 100644 index 03fd13c3a660..000000000000 --- a/x11/gnomecore/files/patch-gsm::ice.c +++ /dev/null @@ -1,21 +0,0 @@ - -$FreeBSD$ - ---- gsm/ice.c.orig Fri Oct 26 12:13:22 2001 -+++ gsm/ice.c Tue Jan 22 16:28:18 2002 -@@ -343,6 +343,15 @@ - - p = g_strconcat (ENVNAME "=", ids, NULL); - putenv (p); -+ -+ /* XXX: hack for embedded Mozilla */ -+ p = getenv ("LD_LIBRARY_PATH"); -+ if (p == NULL) -+ p = ""; -+ else -+ p = g_strconcat (p, ":", 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 */ - }