FreeBSD Bugzilla – Attachment 47195 Details for
Bug 72342
[PATCH] devel/stlport: [Unbreak devel/stlport-icc ]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
stlport-gcc-4.5.3_2.patch
stlport-gcc-4.5.3_2.patch (text/plain), 785 bytes, created by
Michael Johnson
on 2004-10-05 05:00:54 UTC
(
hide
)
Description:
stlport-gcc-4.5.3_2.patch
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2004-10-05 05:00:54 UTC
Size:
785 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/stlport/Makefile,v >retrieving revision 1.34 >diff -u -r1.34 Makefile >--- Makefile 26 Sep 2004 03:11:57 -0000 1.34 >+++ Makefile 5 Oct 2004 03:51:37 -0000 >@@ -19,10 +19,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${OSVERSION} >= 502126 >-BROKEN= "Does not compile on FreeBSD >= 5.x" >-.endif >- > .if ${ARCH} == "alpha" || ${ARCH} == "amd64" > BROKEN= "Segfault during build on alpha and amd64" > .endif >@@ -44,6 +40,10 @@ > INSTALL_TARGET= install_unix > INSTALLS_SHLIB= yes > >+.if ${OSVERSION} >= 502126 && ${COMPILER} != "icc" >+BROKEN= "Does not compile on FreeBSD >= 5.x" >+.endif >+ > .if ${OSVERSION} < 440000 > BROKEN= "Not supported on systems prior to FreeBSD 4.4" > .endif
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 72342
: 47195