FreeBSD Bugzilla – Attachment 140308 Details for
Bug 186846
[patch] converters/libiconv: compilation with -Oz broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libiconv.patch
libiconv.patch (text/plain), 1.86 KB, created by
Tijl Coosemans
on 2014-02-17 15:50:01 UTC
(
hide
)
Description:
libiconv.patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2014-02-17 15:50:01 UTC
Size:
1.86 KB
patch
obsolete
>Index: converters/libiconv/Makefile >=================================================================== >--- converters/libiconv/Makefile (revision 344709) >+++ converters/libiconv/Makefile (working copy) >@@ -3,21 +3,21 @@ > > PORTNAME= libiconv > PORTVERSION= 1.14 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= converters devel > MASTER_SITES= GNU > > MAINTAINER= gnome@FreeBSD.org >-COMMENT= A character set conversion library >+COMMENT= Character set conversion library > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --enable-static \ > --without-libintl-prefix \ > --docdir=${DOCSDIR} >-CONFIGURE_ENV= gl_cv_cc_visibility="no" \ >- am_cv_func_iconv="yes" \ >+CONFIGURE_ENV= am_cv_func_iconv="yes" \ > am_cv_proto_iconv_arg1="const" > MAKE_JOBS_UNSAFE= yes >+USE_CSTD= gnu89 > USE_LDCONFIG= yes > > OPTIONS_DEFINE= ENCODINGS PATCHES >Index: converters/libiconv/files/patch-lib-iconv.c >=================================================================== >--- converters/libiconv/files/patch-lib-iconv.c (revision 0) >+++ converters/libiconv/files/patch-lib-iconv.c (working copy) >@@ -0,0 +1,11 @@ >+--- lib/iconv.c.orig >++++ lib/iconv.c >+@@ -598,7 +598,7 @@ >+ It wants to define the symbols 'iconv_open', 'iconv', 'iconv_close'. */ >+ #define strong_alias(name, aliasname) _strong_alias(name, aliasname) >+ #define _strong_alias(name, aliasname) \ >+- extern __typeof (name) aliasname __attribute__ ((alias (#name))); >++ extern LIBICONV_DLL_EXPORTED __typeof (name) aliasname __attribute__ ((alias (#name))); >+ #undef iconv_open >+ #undef iconv >+ #undef iconv_close > >Property changes on: converters/libiconv/files/patch-lib-iconv.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 186846
: 140308 |
140309
|
140310