pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/46469: Enable devanagari support (ind option) in x11/mlterm



>Number:         46469
>Category:       pkg
>Synopsis:       Enable devanagari support (ind option) in x11/mlterm
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun May 20 11:40:00 +0000 2012
>Originator:     Mayuresh
>Release:        6.0_BETA
>Organization:
>Environment:
NetBSD laptop 6.0_BETA NetBSD 6.0_BETA (GENERIC) i386
>Description:
Request to enable --enable-ind in mlterm
>How-To-Repeat:
Above option is not enabled in Makefile or not provided as a pkg option
>Fix:
Following patch adds the option by default.



--- Makefile    20 May 2012 06:07:31 -0000      1.68
+++ Makefile    20 May 2012 07:23:22 -0000
@@ -31,6 +31,7 @@
 CONFIGURE_ARGS+=       --without-libiconv-prefix
 CONFIGURE_ARGS+=       --without-libintl-prefix
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}
+CONFIGURE_ARGS+=       --enable-ind
 
 INSTALL_MAKE_FLAGS+=   sysconfdir=${PREFIX}/share/examples



Home | Main Index | Thread Index | Old Index