Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 1999 03:59:17 +0900 (JST)
From:      nobutaka@nobutaka.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13231: Additional patch for graphics/gimp1-i18n port
Message-ID:  <199908181859.DAA87986@narcissus.pel.sys.hiroshima-u.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         13231
>Category:       ports
>Synopsis:       Additional patch for graphics/gimp1-i18n port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 18 12:00:03 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     MANTANI Nobutaka
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Cluster II, Faculty of Engineering, Hiroshima University, Japan
>Environment:
>Description:

Please add this patch to graphics/gimp1-i18n port as patches/patch-bn.
It fixes locale problem of some plug-ins and it is contributed by
SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp>.

>How-To-Repeat:
>Fix:
	
--- libgimp/stdplugins-intl.h.orig	Tue Aug 17 21:35:33 1999
+++ libgimp/stdplugins-intl.h	Tue Aug 17 21:35:53 1999
@@ -10,6 +10,7 @@
 
 #ifdef HAVE_LC_MESSAGES
 #define INIT_I18N() \
+  gtk_set_locale(); \
   setlocale(LC_MESSAGES, ""); \
   bindtextdomain("gimp-std-plugins", LOCALEDIR); \
   textdomain("gimp-std-plugins")



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908181859.DAA87986>