FreeBSD Bugzilla – Attachment 155100 Details for
Bug 199099
[exp-run] remove const from iconv(3) prototype
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ports patch
iconvports.patch (text/plain), 727 bytes, created by
Tijl Coosemans
on 2015-04-01 18:49:33 UTC
(
hide
)
Description:
ports patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2015-04-01 18:49:33 UTC
Size:
727 bytes
patch
obsolete
>Index: converters/libiconv/Makefile >=================================================================== >--- converters/libiconv/Makefile (revision 382919) >+++ converters/libiconv/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= libiconv > PORTVERSION= 1.14 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= converters devel > MASTER_SITES= GNU > >@@ -12,10 +12,9 @@ COMMENT= Character set conversion librar > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --enable-static \ >- --without-libintl-prefix \ >- --docdir=${DOCSDIR} >-CONFIGURE_ENV= am_cv_func_iconv="yes" \ >- am_cv_proto_iconv_arg1="const" >+ --disable-nls \ >+ --docdir=${DOCSDIR} \ >+ am_cv_func_iconv=no > INSTALL_TARGET= install-strip > MAKE_JOBS_UNSAFE= yes > USES= libtool
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 199099
:
155100
|
155101
|
155168
|
155184
|
155201
|
155205
|
155228
|
155413
|
155482
|
155505
|
155544
|
155545