FreeBSD Bugzilla – Attachment 83817 Details for
Bug 119688
[PATCH] devel/mingw32-binutils: Correct ld build problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mingw32-binutils-2.18,1.patch
mingw32-binutils-2.18,1.patch (text/plain), 1.14 KB, created by
Naram Qashat
on 2008-01-15 16:20:02 UTC
(
hide
)
Description:
mingw32-binutils-2.18,1.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2008-01-15 16:20:02 UTC
Size:
1.14 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/mingw32-binutils/files/patch-ld-genscripts.sh /kirby/shared/ports/mingw32-binutils/files/patch-ld-genscripts.sh >--- /usr/ports/devel/mingw32-binutils/files/patch-ld-genscripts.sh Wed Dec 31 19:00:00 1969 >+++ /kirby/shared/ports/mingw32-binutils/files/patch-ld-genscripts.sh Tue Jan 15 11:05:52 2008 >@@ -0,0 +1,41 @@ >+--- ld/genscripts.sh.orig Sun Aug 12 15:00:07 2007 >++++ ld/genscripts.sh Tue Jan 15 11:04:56 2008 >+@@ -390,30 +390,14 @@ >+ *" ${EMULATION_NAME} "*) COMPILE_IN=true;; >+ esac >+ >+-if test -n "${BASH+set}"; then >+- source_em() >+- { >+- local current_script="$em_script" >+- em_script=$1 >+- . $em_script >+- em_script=$current_script >+- } >+- fragment() >+- { >+- local lineno=$[${BASH_LINENO[0]} + 1] >+- echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\"" >+- cat >> e${EMULATION_NAME}.c >+- } >+-else >+- source_em() >+- { >+- . $1 >+- } >+- fragment() >+- { >+- cat >> e${EMULATION_NAME}.c >+- } >+-fi >++source_em() >++{ >++ . $1 >++} >++fragment() >++{ >++ cat >> e${EMULATION_NAME}.c >++} >+ >+ # Generate e${EMULATION_NAME}.c. >+ # Start with an empty file, then the sourced .em script
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 119688
: 83817