FreeBSD Bugzilla – Attachment 140946 Details for
Bug 187652
databases/ruby-bdb: 'make configure' fails with Ruby 2.1.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-databases_ruby-bdb
patch-databases_ruby-bdb (text/plain; charset=Shift_JIS), 627 bytes, created by
Yasuhiro Kimura
on 2014-05-15 04:20:17 UTC
(
hide
)
Description:
patch-databases_ruby-bdb
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2014-05-15 04:20:17 UTC
Size:
627 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 354083) >+++ Makefile (working copy) >@@ -61,10 +61,13 @@ > .include <bsd.port.pre.mk> > > post-patch: >-.if ${RUBY_VER} == 2.0 >+.if ${RUBY_VER} >= 2.0 > @${REINPLACE_CMD} -e '/remove_const/d' ${WRKSRC}/src/features.rb > .endif > >+.if ${RUBY_VER} == 2.1 >+ @${REINPLACE_CMD} -e 's|RBASIC(obj)->klass = \(.*\);|RBASIC_SET_CLASS_RAW(obj, \1);|' -e 's|m_tbl|m_tbl_wrapper|g' ${WRKSRC}/bdbxml2/bdbxml.h ${WRKSRC}/src/common.c >+.endif > post-build: > .if ${PORT_OPTIONS:MDOCS} > (cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \
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 Raw
Actions:
View
Attachments on
bug 187652
:
140945
|
140946
|
140947
|
144719