FreeBSD Bugzilla – Attachment 131674 Details for
Bug 175809
[PATCH] www/node, www/node-devel: fix build with nondefailt LOCALBASE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 512 bytes, created by
Dmitry Marakasov
on 2013-02-04 01:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2013-02-04 01:20:00 UTC
Size:
512 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 311531) >+++ Makefile (working copy) >@@ -27,6 +27,11 @@ > PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} > REINPLACE_ARGS= -i '' > >+post-patch: >+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ >+ ${WRKSRC}/deps/v8/build/common.gypi \ >+ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp >+ > post-install: > ${MKDIR} ${PREFIX}/lib/node_modules/ > ${TOUCH} ${PREFIX}/lib/node_modules/.keepme >--- node-devel.patch ends here ---
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 175809
:
131673
| 131674