summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/files/patch-bl
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-24 03:26:43 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-24 03:26:43 +0000
commiteba53fe206fefa14d6299f2f50cb48324bcd4c39 (patch)
tree67febcb9a4ba86f80ccd9a82008c4a6557dd3a99 /x11/gnomelibs/files/patch-bl
parentReplace incorrect ${PORTSDIR}/distfiles/ with the correct ${DISTDIR} (diff)
Update to 1.4.1.7.
Notes
Notes: svn path=/head/; revision=59851
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/files/patch-bl12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/gnomelibs/files/patch-bl b/x11/gnomelibs/files/patch-bl
index 6e87d04eb50c..02b86a246a0e 100644
--- a/x11/gnomelibs/files/patch-bl
+++ b/x11/gnomelibs/files/patch-bl
@@ -1,26 +1,26 @@
$FreeBSD$
---- libgnomeui/gnome-init.c.orig Thu Aug 16 21:15:48 2001
-+++ libgnomeui/gnome-init.c Wed Aug 22 16:15:00 2001
-@@ -205,32 +205,8 @@
+--- libgnomeui/gnome-init.c.orig Tue May 14 06:32:19 2002
++++ libgnomeui/gnome-init.c Thu May 23 23:09:44 2002
+@@ -205,32 +205,6 @@
switch(reason) {
case POPT_CALLBACK_REASON_PRE:
{
- char *ctype, *old_ctype = NULL;
- gboolean ctype_set;
-
- gnome_segv_setup (FALSE);
+- gnome_segv_setup (FALSE);
- ctype = setlocale (LC_CTYPE, NULL);
-
-- if (!strcmp(ctype, "C")) {
+- if (ctype && !strcmp(ctype, "C")) {
- old_ctype = g_strdup (getenv ("LC_CTYPE"));
- putenv ("LC_CTYPE=en_US");
- ctype_set = TRUE;
- } else
- ctype_set = FALSE;
-
- gtk_set_locale ();
+- gtk_set_locale ();
-
- if (ctype_set) {
- char *setme;