termux-packages/packages/erlang
Fredrik Fornwall aed31a04af erlang: Disable broken patch
The patch caused the following errors:

cpu_sup.c:346:33: error: expected expression
    case AVG1:          (unsigned int)(return info.loads[0] / 256);
                                       ^
cpu_sup.c:347:33: error: expected expression
    case AVG5:          (unsigned int)(return info.loads[1] / 256);
                                       ^
cpu_sup.c:348:33: error: expected expression
    case AVG15:         (unsigned int)(return info.loads[2] / 256);
                                       ^
cpu_sup.c:351:26: error: use of undeclared identifier 'avgs'
    sendi((unsigned int)(avgs[idx] * 256));
                         ^
cpu_sup.c:351:31: error: use of undeclared identifier 'idx'
    sendi((unsigned int)(avgs[idx] * 256));
                              ^
5 errors generated.
2018-09-27 21:06:33 +02:00
..
build.sh erlang&make: Bump revision after patches 2018-09-27 20:57:39 +02:00
cpu_sup.patch.disabled erlang: Disable broken patch 2018-09-27 21:06:33 +02:00
erts-emulator-Makefile.in.patch erlang: Update from 20.3.8 to 21.0.1 2018-07-01 23:19:57 +02:00
lib-crypto-c_src-crypto.c.patch openssl 1.1.1 preparation patches 2018-08-24 02:34:07 +02:00
lib-crypto-c_src-otp_test_engine.c.patch openssl 1.1.1 preparation patches 2018-08-24 02:34:07 +02:00
prefix.patch fix Erlang's os:cmd, by adding @TERMUX_PREFIX@ so /bin/sh works 2018-09-27 20:56:06 +02:00