FreeBSD Bugzilla – Attachment 209437 Details for
Bug 237528
lang/racket: state option dependencies, unbreak on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unbreak building on i386 with jit enabled
racket-7.5_1.diff (text/plain), 908 bytes, created by
Martin Neubauer
on 2019-11-26 02:47:19 UTC
(
hide
)
Description:
unbreak building on i386 with jit enabled
Filename:
MIME Type:
Creator:
Martin Neubauer
Created:
2019-11-26 02:47:19 UTC
Size:
908 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 518435) >+++ Makefile (working copy) >@@ -22,7 +22,6 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > IGNORE_powerpc64= ./lightning/lightning.h:81:2: GNU lightning does not support the current target >-BROKEN_i386= segfaults during build > > LIB_DEPENDS= libcairo.so:graphics/cairo \ > libffi.so:devel/libffi \ >@@ -52,11 +51,17 @@ > > FUTURES_DESC= Enable futures > JIT_DESC= Enable JIT compiler >-JIT_CFLAGS= -msse -msse2 -mfpmath=sse > >+FUTURES_IMPLIES= JIT > FUTURES_CONFIGURE_ENABLE= futures > JIT_CONFIGURE_ENABLE= jit > >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MJIT} && ${ARCH} == "amd64" >+CFLAGS+= -msse -msse2 -mfpmath=sse >+.endif >+ > post-install: > ${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete > ${REINPLACE_CMD} -e "s@${STAGEDIR}@@" ${STAGEDIR}${PREFIX}/share/applications/*.desktop
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 237528
:
203967
| 209437