Browse Source

classpath: changed to disable -Werror

stable/0.2
Christian Wiese 14 years ago
parent
commit
c9bd66f04b
  1. 2
      java/classpath/classpath.conf

2
java/classpath/classpath.conf

@ -19,3 +19,5 @@ var_append GCC_WRAPPER_INSERT " " "-I/usr/X11/include -I/usr/include/freetype2"
# explicitely disable gcjwebplugin # explicitely disable gcjwebplugin
# TODO: we need a proper mozilla xulrunner integration # TODO: we need a proper mozilla xulrunner integration
var_append extraconfopt ' ' "--disable-plugin" var_append extraconfopt ' ' "--disable-plugin"
var_append extraconfopt ' ' "--disable-Werror"

Loading…
Cancel
Save