diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2017-06-07 14:14:51 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-06-07 14:14:51 +0800 |
commit | 8c230d31384c80487492b24bc40eda5940250959 (patch) | |
tree | 81ec869e5d898db05fb8d523d87e267c8296d8de /deskutils | |
parent | c7a65c07437e9351445f2908f2200fa87d143f74 (diff) | |
download | freebsd-ports-gnome-8c230d31384c80487492b24bc40eda5940250959.tar.gz freebsd-ports-gnome-8c230d31384c80487492b24bc40eda5940250959.tar.zst freebsd-ports-gnome-8c230d31384c80487492b24bc40eda5940250959.zip |
Disable -Werror, this allows bijiben to build on 103-i386.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/bijiben/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile index 7522b506863b..a1ea500228c9 100644 --- a/deskutils/bijiben/Makefile +++ b/deskutils/bijiben/Makefile @@ -31,6 +31,7 @@ USES= compiler:c++11-lib desktop-file-utils gettext gmake gnome \ USE_LDCONFIG= yes USE_GNOME= cairo evolutiondataserver3 intltool GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-Werror INSTALLS_ICONS= yes GLIB_SCHEMAS= org.gnome.bijiben.gschema.xml |