FreeBSD Bugzilla – Attachment 200814 Details for
Bug 234023
lang/spidermonkey52: Needs GNU_CONFIGURE fixup for powerpcspe
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile hack
spidermonkey_fix.diff (text/plain), 905 bytes, created by
Justin Hibbits
on 2019-01-05 21:57:25 UTC
(
hide
)
Description:
Makefile hack
Filename:
MIME Type:
Creator:
Justin Hibbits
Created:
2019-01-05 21:57:25 UTC
Size:
905 bytes
patch
obsolete
>Index: /usr/ports/lang/spidermonkey52/Makefile >=================================================================== >--- /usr/ports/lang/spidermonkey52/Makefile (revision 488407) >+++ /usr/ports/lang/spidermonkey52/Makefile (working copy) >@@ -81,6 +81,16 @@ > > pre-configure: > cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13 >+ @CONFIG_GUESS_DIRS=$$(${FIND} ${WRKDIR} -name config.guess -o -name config.sub \ >+ | ${XARGS} -n 1 ${DIRNAME}); \ >+ for _D in $${CONFIG_GUESS_DIRS}; do \ >+ ${RM} $${_D}/config.guess; \ >+ ${CP} ${TEMPLATES}/config.guess $${_D}/config.guess; \ >+ ${CHMOD} a+rx $${_D}/config.guess; \ >+ ${RM} $${_D}/config.sub; \ >+ ${CP} ${TEMPLATES}/config.sub $${_D}/config.sub; \ >+ ${CHMOD} a+rx $${_D}/config.sub; \ >+ done > # The directory needs to exist, or configure freaks out: > @${MKDIR} ${WRKSRC:H:H}/intl/icu/source/common/unicode > ${LN} -s ${LOCALBASE}/include/unicode/uvernum.h \
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 234023
:
200814
|
200818