1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
Tobias Kortkamp 982d06e880 java/jlint: Fix build with Clang 6
In file included from access_desc.cc:1:
In file included from ./access_desc.hh:8:
In file included from ./class_desc.hh:4:
./types.hh:144:6: error: constant expression evaluates to 4294967168 which cannot be narrowed to type 'int4' (aka 'int') [-Wc++11-narrowing]
    {0xffffff80, 0x0000007f}, // tp_byte
     ^~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/jlint-3.1.2_4.log

jlint.cc:1044:33: error: no matching literal operator for call to 'operator""__DATE__' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
                  "version %s ("__DATE__").\n", VERSION);
                                ^
- Remove embedded build date
- Make sure the build respects CXXFLAGS, LDFLAGS, LIBS
2018-08-31 22:32:05 +00:00
..
2018-05-22 00:52:06 +00:00
2018-06-19 13:47:52 +00:00
2018-06-17 02:18:23 +00:00
2018-08-31 22:32:05 +00:00
2018-07-15 07:45:18 +00:00
2018-04-05 21:03:51 +00:00
2018-05-26 18:12:48 +00:00
2018-04-05 21:04:37 +00:00
2018-05-27 05:19:42 +00:00
2018-05-15 23:55:39 +00:00
2018-05-10 16:10:32 +00:00
2018-05-24 17:59:42 +00:00
2018-08-21 12:06:54 +00:00