FreeBSD Bugzilla – Attachment 48292 Details for
Bug 73914
/usr/ports/lang/scm marked broken unjustifiedly due to Segmentation Fault
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
dai inukai
on 2004-11-13 22:30:20 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dai inukai
Created:
2004-11-13 22:30:20 UTC
Size:
1.18 KB
patch
obsolete
>*** patch-build.scm~ Sun Nov 14 06:03:35 2004 >--- patch-build.scm Sun Nov 14 06:07:08 2004 >*************** >*** 3,22 **** > @@ -1438,7 +1438,7 @@ > (lambda (files parms) > (and (batch:try-chopped-command > parms > - "cc" "-O3 -pipe " "-c" >! + "%%CC%%" "%%CFLAGS%%" "-c" > (c-includes parms) > (c-flags parms) > files) > @@ -1459,7 +1459,7 @@ > (lambda (files parms) > (and (batch:try-chopped-command > parms > - "cc" "-O3 -pipe " >! + "%%CC%%" "%%CFLAGS%% -DGCC_SPARC_BUG " > "-fPIC" "-c" (c-includes parms) > (c-flags parms) > files) > @@ -1468,10 +1468,10 @@ > (lambda (fname) >--- 3,22 ---- > @@ -1438,7 +1438,7 @@ > (lambda (files parms) > (and (batch:try-chopped-command > parms > - "cc" "-O3 -pipe " "-c" >! + "%%CC%%" "%%CFLAGS%% -DGCC_SPARC_BUG " "-c" > (c-includes parms) > (c-flags parms) > files) > @@ -1459,7 +1459,7 @@ > (lambda (files parms) > (and (batch:try-chopped-command > parms > - "cc" "-O3 -pipe " >! + "%%CC%%" "%%CFLAGS%%" > "-fPIC" "-c" (c-includes parms) > (c-flags parms) > files) > @@ -1468,10 +1468,10 @@ > (lambda (fname) >--- patch-build.scm.diff ends here ---
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 73914
:
48291
| 48292