FreeBSD Bugzilla – Attachment 161119 Details for
Bug 203156
Fix lang/rubinius build with clang 3.7.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix lang/rubinius build with clang 3.7.0
lang__rubinius-fix-clang370-build-1.diff (text/plain), 1.44 KB, created by
Dimitry Andric
on 2015-09-16 17:39:09 UTC
(
hide
)
Description:
Fix lang/rubinius build with clang 3.7.0
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-09-16 17:39:09 UTC
Size:
1.44 KB
patch
obsolete
>Index: lang/rubinius/Makefile >=================================================================== >--- lang/rubinius/Makefile (revision 396254) >+++ lang/rubinius/Makefile (working copy) >@@ -18,6 +18,7 @@ > ${LOCALBASE}/bin/llvm-config35:${PORTSDIR}/devel/llvm35 \ > ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison > >+CFLAGS+= -I${PREFIX}/include > HAS_CONFIGURE= yes > CONFIGURE_ARGS= -P "${PREFIX}" \ > -I "${PREFIX}/include/rubinius" \ >Index: lang/rubinius/files/patch-vm_oop.hpp >=================================================================== >--- lang/rubinius/files/patch-vm_oop.hpp (revision 0) >+++ lang/rubinius/files/patch-vm_oop.hpp (working copy) >@@ -0,0 +1,11 @@ >+--- vm/oop.hpp.orig 2015-01-27 01:16:13.000000000 +0100 >++++ vm/oop.hpp 2015-09-09 22:53:10.941823000 +0200 >+@@ -610,7 +610,7 @@ Object* const cUndef = reinterpret_cast< >+ } >+ >+ void validate() const { >+- assert(this && (!reference_p() || (type_id() > InvalidType && type_id() < LastObjectType))); >++ assert(!reference_p() || (type_id() > InvalidType && type_id() < LastObjectType)); >+ } >+ >+ friend class TypeInfo; > >Property changes on: lang/rubinius/files/patch-vm_oop.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 203156
: 161119