Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  4 Jul 2003 00:55:07 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54065: patch for x11-wm/fvwm2 to add the option for multibyte support
Message-ID:  <20030703155507.AF5B25D3A@sugar.home.utahime.org>
Resent-Message-ID: <200307031600.h63G0YV9061484@freefall.freebsd.org>

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

>Number:         54065
>Category:       ports
>Synopsis:       patch for x11-wm/fvwm2 to add the option for multibyte support
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 03 09:00:34 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sugar.home.utahime.org 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Jun 11 03:10:14 JST 2003 yasu@sugar.home.utahime.org:/usr/obj/am/eastasia/usr1/cvsup/releng_5_1/src/sys/SUGAR i386


	
>Description:
Following patch adds the option WITH_MULTIBYTE, which enables
multibyte support of fvwm2.

>How-To-Repeat:
>Fix:

	

--- fvwm2-multbyte.patch begins here ---
--- x11-wm/fvwm2/Makefile.dist	Thu Jul  3 11:15:53 2003
+++ x11-wm/fvwm2/Makefile	Fri Jul  4 00:04:50 2003
@@ -46,6 +46,10 @@
 CONFIGURE_ARGS+=	--disable-shape
 .endif
 
+.if defined(WITH_MULTIBYTE)
+CONFIGURE_ARGS+=	--enable-multibyte
+.endif
+
 PLIST_SUB+=	FVWM_VERSION="${PORTVERSION}"
 
 .if ${HAVE_GNOME:Mimlib}!=""
--- fvwm2-multbyte.patch ends here ---



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



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