FreeBSD Bugzilla – Attachment 203967 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]
changed port options
racket-7.2.diff (text/plain), 983 bytes, created by
Martin Neubauer
on 2019-04-24 14:28:44 UTC
(
hide
)
Description:
changed port options
Filename:
MIME Type:
Creator:
Martin Neubauer
Created:
2019-04-24 14:28:44 UTC
Size:
983 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 499841) >+++ Makefile (working copy) >@@ -19,7 +19,6 @@ > LICENSE= LGPL3 > > IGNORE_powerpc64= ./lightning/lightning.h:81:2: GNU lightning does not support the current target >-BROKEN_i386= segfaults during build > > LIB_DEPENDS= libffi.so:devel/libffi \ > libcairo.so:graphics/cairo \ >@@ -43,7 +42,7 @@ > OPTIONS_DEFINE_amd64= JIT FUTURES > OPTIONS_DEFINE_i386= JIT FUTURES > OPTIONS_DEFAULT_amd64= JIT FUTURES >-OPTIONS_DEFAULT_i386= JIT FUTURES >+FUTURES_IMPLIES= JIT > > FUTURES_DESC= Enable futures > JIT_DESC= Enable JIT compiler >@@ -52,6 +51,12 @@ > FUTURES_CONFIGURE_ENABLE= futures > JIT_CONFIGURE_ENABLE= jit > >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MJIT} >+BROKEN_i386= segfaults during build >+.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