Author: stsp
Date: Thu Mar 12 16:49:02 2020
New Revision: 1875130

URL: http://svn.apache.org/viewvc?rev=1875130&view=rev
Log:
Another follow-up to r1875129:

* tools/dev/unix-build/Makefile.svn: Drop a ruby patch which isn't useful.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1875130&r1=1875129&r2=1875130&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Thu Mar 12 16:49:02 2020
@@ -1208,24 +1208,7 @@ $(RUBY_OBJDIR)/openssl_missing.patch:
 
 $(RUBY_OBJDIR)/sparc64_buserror.patch:
        mkdir -p $(dir $@)
-       echo > [email protected] '--- iseq.h.orig  Thu Mar 12 10:48:08 2020'
-       echo >> [email protected] '+++ iseq.h      Thu Mar 12 10:49:00 2020'
-       echo >> [email protected] '@@ -181,12 +181,11 @@'
-       echo >> [email protected] '     struct iseq_compile_data_storage *next;'
-       echo >> [email protected] '     unsigned int pos;'
-       echo >> [email protected] '     unsigned int size;'
-       echo >> [email protected] '-    char buff[1]; /* flexible array */'
-       echo >> [email protected] '+    char buff[0]; /* flexible array */'
-       echo >> [email protected] ' };'
-       echo >> [email protected] ' '
-       echo >> [email protected] '-/* account for flexible array */'
-       echo >> [email protected] ' #define SIZEOF_ISEQ_COMPILE_DATA_STORAGE \'
-       echo >> [email protected] '-    (sizeof(struct iseq_compile_data_storage) - 1)'
-       echo >> [email protected] '+    (sizeof(struct iseq_compile_data_storage))'
-       echo >> [email protected] ' '
-       echo >> [email protected] ' struct iseq_compile_data {'
-       echo >> [email protected] '     /* GC is needed */'
-       echo >> [email protected] '--- compile.c.orig      Thu Mar 12 12:58:26 2020'
+       echo > [email protected] '--- compile.c.orig       Thu Mar 12 12:58:26 2020'
        echo >> [email protected] '+++ compile.c   Thu Mar 12 16:36:55 2020'
        echo >> [email protected] '@@ -751,6 +751,16 @@'
        echo >> [email protected] '   #define STRICT_ALIGNMENT'


Reply via email to