diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-16 04:36:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-16 04:36:50 +0000 |
commit | a84873dac853f0a1de61bf2d8aaf9330e639163a (patch) | |
tree | 68bcc53386a559e11dda8e0cc4255a170c02b9ca /x11/gnomelibs | |
parent | Add docbookide.el, Emacs lisp modules for editing DocBook documents. (diff) |
Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.
PR: 40125
Submitted by: sf
Pointy hat to: marcus
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 1 | ||||
-rw-r--r-- | x11/gnomelibs/files/patch-bl | 13 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 1ec3cb30830a..4e9ed1846e29 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomelibs PORTVERSION= 1.4.1.7 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs diff --git a/x11/gnomelibs/files/patch-bl b/x11/gnomelibs/files/patch-bl index 02b86a246a0e..697982d90d84 100644 --- a/x11/gnomelibs/files/patch-bl +++ b/x11/gnomelibs/files/patch-bl @@ -1,16 +1,13 @@ - -$FreeBSD$ - ---- 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 @@ +--- gnome-init.c.orig Tue May 14 06:32:19 2002 ++++ gnome-init.c Tue Jul 16 00:33:12 2002 +@@ -205,32 +205,8 @@ 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 (ctype && !strcmp(ctype, "C")) { @@ -20,7 +17,7 @@ $FreeBSD$ - } else - ctype_set = FALSE; - -- gtk_set_locale (); + gtk_set_locale (); - - if (ctype_set) { - char *setme; |