FreeBSD Bugzilla – Attachment 57754 Details for
Bug 87120
[PATCH] Add libiconv support to devel/mingw32-gcc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.18 KB, created by
MOROHOSHI Akihiko
on 2005-10-08 15:30:22 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
MOROHOSHI Akihiko
Created:
2005-10-08 15:30:22 UTC
Size:
1.18 KB
patch
obsolete
>diff -urN mingw32-gcc.orig/Makefile mingw32-gcc/Makefile >--- mingw32-gcc.orig/Makefile Mon Apr 11 00:01:28 2005 >+++ mingw32-gcc/Makefile Sat Oct 8 07:26:31 2005 >@@ -76,6 +76,15 @@ > > .include <bsd.port.pre.mk> > >+.if exists(${LOCALBASE}/lib/libiconv.so.3) >+WITH_LIBICONV= yes >+.endif >+ >+.if defined(WITH_LIBICONV) >+LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv >+CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} >+.endif >+ > .if ${ARCH} == "alpha" > BROKEN= "C++ could not be compiled on Alphas" > .endif >diff -urN mingw32-gcc.orig/files/patch-gcc-configure mingw32-gcc/files/patch-gcc-configure >--- mingw32-gcc.orig/files/patch-gcc-configure Thu Jan 1 09:00:00 1970 >+++ mingw32-gcc/files/patch-gcc-configure Sat Oct 8 06:32:58 2005 >@@ -0,0 +1,11 @@ >+--- gcc/configure.orig Tue Jul 13 15:58:29 2004 >++++ gcc/configure Sat Oct 8 06:05:45 2005 >+@@ -7571,7 +7571,7 @@ >+ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext >+ if test "$am_cv_func_iconv" != yes; then >+ am_save_LIBS="$LIBS" >+- LIBS="$LIBS $am_cv_libiconv_ldpath -liconv" >++ LIBS="$LIBS $am_cv_lib_iconv_ldpath -liconv" >+ cat >conftest.$ac_ext <<_ACEOF >+ #line $LINENO "configure" >+ /* confdefs.h. */
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 87120
: 57754