FreeBSD Bugzilla – Attachment 172148 Details for
Bug 210848
[patch] converters/p5-Text-Iconv - add knob to support iconv with //TRANSLIT extension
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile with option to use iconv:translit
p5-Text-Iconv--translit.patch (text/plain), 529 bytes, created by
Marcin Gryszkalis
on 2016-07-05 19:01:37 UTC
(
hide
)
Description:
Makefile with option to use iconv:translit
Filename:
MIME Type:
Creator:
Marcin Gryszkalis
Created:
2016-07-05 19:01:37 UTC
Size:
529 bytes
patch
obsolete
>--- Makefile.orig 2016-07-05 20:24:59.769243000 +0200 >+++ Makefile 2016-07-05 20:33:42.188413000 +0200 >@@ -11,7 +11,12 @@ > MAINTAINER= perl@FreeBSD.org > COMMENT= Perl interface to iconv() codeset conversion function > >-USES= perl5 iconv >+OPTIONS_DEFINE= TRANSLIT >+TRANSLIT_DESC= Use libiconv supporting //TRANSLIT extension >+TRANSLIT_USE= iconv=translit >+TRANSLIT_USE_OFF= iconv >+ >+USES= perl5 > USE_PERL5= configure > CONFIGURE_ARGS+=INC="-I${ICONV_PREFIX}/include ${CFLAGS}" \ > LIBS="-L${ICONV_PREFIX}/lib ${ICONV_LIB}"
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 210848
: 172148
Working