summaryrefslogtreecommitdiff
path: root/x11/libgnome/files/patch-bl
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /x11/libgnome/files/patch-bl
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'x11/libgnome/files/patch-bl')
-rw-r--r--x11/libgnome/files/patch-bl35
1 files changed, 0 insertions, 35 deletions
diff --git a/x11/libgnome/files/patch-bl b/x11/libgnome/files/patch-bl
deleted file mode 100644
index a16b56bc3a8b..000000000000
--- a/x11/libgnome/files/patch-bl
+++ /dev/null
@@ -1,35 +0,0 @@
---- libgnomeui/gnome-init.c.orig Sat May 6 10:30:31 2000
-+++ libgnomeui/gnome-init.c Tue Sep 12 11:34:20 2000
-@@ -200,32 +200,8 @@
- switch(reason) {
- case POPT_CALLBACK_REASON_PRE:
- {
-- char *ctype, *old_ctype = NULL;
-- gboolean ctype_set;
--
- gnome_segv_setup (FALSE);
-- ctype = setlocale (LC_CTYPE, NULL);
--
-- if (!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 ();
--
-- if (ctype_set) {
-- char *setme;
--
-- if (old_ctype) {
-- setme = g_strconcat ("LC_CTYPE=", old_ctype, NULL);
-- g_free(old_ctype);
-- } else
-- setme = "LC_CTYPE";
--
-- putenv (setme);
-- }
- client = gnome_master_client();
- }
- break;