aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/gnomecore/Makefile1
-rw-r--r--x11/gnomecore/files/patch-gsm::ice.c21
2 files changed, 1 insertions, 21 deletions
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 */
- }