FreeBSD Bugzilla – Attachment 104790 Details for
Bug 145020
[patch] devel/msgpack -- unbreak on sparc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 937 bytes, created by
Pietro Cerutti
on 2010-03-25 08:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pietro Cerutti
Created:
2010-03-25 08:40:02 UTC
Size:
937 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/msgpack/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- Makefile 22 Mar 2010 06:00:34 -0000 1.5 >+++ Makefile 25 Mar 2010 08:36:41 -0000 >@@ -17,17 +17,19 @@ > > GNU_CONFIGURE= yes > USE_LDCONFIG= yes >-USE_GCC= 4.2+ >- >-.if ${MACHINE_ARCH} == "i386" >-# Mayby not working on i386/i486/i586... >-CONFIGURE_ARGS= CFLAGS="${CFLAGS} -march=i686" CXXFLAGS="${CXXFLAGS} -march=i686" >-.endif > > .include <bsd.port.pre.mk> > > .if ${ARCH} == "sparc64" >-BROKEN= Does not configure on sparc64: sync_* atomic operations are not supported >+# required for __sync _* atomic operations on sparc >+USE_GCC= 4.3+ >+.else >+USE_GCC= 4.2+ >+.endif >+ >+.if ${ARCH} == "i386" >+# Mayby not working on i386/i486/i586... >+CONFIGURE_ARGS= CFLAGS="${CFLAGS} -march=i686" CXXFLAGS="${CXXFLAGS} -march=i686" > .endif > > .include <bsd.port.post.mk>
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 145020
: 104790