FreeBSD Bugzilla – Attachment 130479 Details for
Bug 174406
Build error of japanese/mozc-server related to OPENSSL_LDFLAGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.21 KB, created by
sakaue.mamoru
on 2012-12-12 22:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sakaue.mamoru
Created:
2012-12-12 22:20:00 UTC
Size:
1.21 KB
patch
obsolete
>diff -urN /usr/ports/japanese/mozc-server/Makefile.orig /usr/ports/japanese/mozc-server/Makefile >--- /usr/ports/japanese/mozc-server/Makefile.orig 2012-11-17 14:58:37.000000000 +0900 >+++ /usr/ports/japanese/mozc-server/Makefile 2012-12-13 06:23:52.000000000 +0900 >@@ -73,8 +73,9 @@ > third_party/gyp/pylib/gyp/generator/make.py > SSL_REINPLACE_STR= > .for V in OPENSSL_CFLAGS OPENSSLLIB OPENSSLINC OPENSSL_LDFLAGS >-SSL_REINPLACE_STR+= -e "s,%%${V}%%,${${V}}," >+SSL_REINPLACE_STR+= -e "s,%%${V}%%,${${V}:S/\\/\\\\/g:S/"/\"/g:S/\$/\\$/g:S/,/\,/g}," > .endfor >+LOCALBASE_PTN= ${LOCALBASE:S/\\/\\\\/g:S/"/\"/g:S/\$/\\$/g:S/,/\,/g} > > GYP_DEFINES="use_libprotobuf=1" > >@@ -88,7 +89,7 @@ > > post-patch: > cd ${WRKSRC} && \ >- ${REINPLACE_CMD} "s,@@LOCALBASE@@,${LOCALBASE},g" \ >+ ${REINPLACE_CMD} "s,@@LOCALBASE@@,${LOCALBASE_PTN},g" \ > ${LOCALBASE_REPLACE_FILES} > cd ${WRKSRC} && \ > ${REINPLACE_CMD} ${SSL_REINPLACE_STR} base/base.gyp >@@ -97,7 +98,7 @@ > ${REINPLACE_CMD} 's,/po/mo},%po}mo,g' \ > unix/fcitx/gen_fcitx_mozc_i18n.sh > cd ${WRKSRC} && \ >- ${REINPLACE_CMD} "s,/usr,${LOCALBASE}," \ >+ ${REINPLACE_CMD} "s,/usr,${LOCALBASE_PTN}," \ > unix/fcitx/mozc.conf > .endif > >================================================================
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 174406
: 130479