diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-08-18 20:51:42 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-08-18 20:51:42 +0000 |
commit | 41c323256965d53befc31fc7d0b4d4a02648a6e3 (patch) | |
tree | 67cea3d596a502eda086d8389d7b2049ec0f71c8 /java | |
parent | Document new vulnerability in www/chromium < 84.0.4147.135 (diff) |
java/icedtea-web: fix build on GCC architectures
Use newer GCC:
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1582: error: function definition does not declare parameters
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc: In function 'NPError plugin_start_appletviewer(ITNPPluginData*)':
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1640: error: 'knownExports' was not declared in this scope
Notes
Notes:
svn path=/head/; revision=545256
Diffstat (limited to 'java')
-rw-r--r-- | java/icedtea-web/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index c8ff82549f43..dc1156e5cbbb 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -29,7 +29,8 @@ JAVA_OS= native JAVA_VENDOR= openjdk USE_PERL5= build USE_XORG= x11 -USES= autoreconf desktop-file-utils gmake perl5 pkgconfig shebangfix xorg +USES= autoreconf compiler:c++11-lang desktop-file-utils gmake perl5 \ + pkgconfig shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= AdoptOpenJDK GH_PROJECT= IcedTea-Web |