FreeBSD Bugzilla – Attachment 37594 Details for
Bug 59784
Add WITH_FRIBIDI option to x11/mlterm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mlterm.patch
mlterm.patch (text/plain), 717 bytes, created by
Sean Chittenden
on 2003-11-29 05:10:20 UTC
(
hide
)
Description:
mlterm.patch
Filename:
MIME Type:
Creator:
Sean Chittenden
Created:
2003-11-29 05:10:20 UTC
Size:
717 bytes
patch
obsolete
>--- mlterm/Makefile Fri Nov 28 19:22:01 2003 >+++ /home/samy/tmp/mlterm/Makefile Fri Nov 28 19:33:24 2003 >@@ -19,6 +19,12 @@ > USE_LIBTOOL= yes > USE_REINPLACE= yes > CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf1 --enable-utmp >+ >+.if defined(WITH_FRIBIDI) >+CONFIGURE_ARGS= --enable-fribidi >+LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi >+.endif >+ > INSTALLS_SHLIB= yes > > MAN1= mlterm.1 mlclient.1 >@@ -30,6 +36,14 @@ > .else > CONFIGURE_ARGS+= --enable-anti-alias > LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft >+.endif >+ >+pre-everything:: >+.if !defined(WITH_FRIBIDI) >+ @${ECHO_MSG} >+ @${ECHO_MSG} "You may enable BiDi support by using the" >+ @${ECHO_MSG} "WITH_FRIBIDI option." >+ @${ECHO_MSG} > .endif > > post-configure:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 59784
: 37594