diff options
Diffstat (limited to 'math/mpsolve/Makefile')
-rw-r--r-- | math/mpsolve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mpsolve/Makefile b/math/mpsolve/Makefile index 6065d588b662..bfd53c1649de 100644 --- a/math/mpsolve/Makefile +++ b/math/mpsolve/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ USES= autoreconf:2.69 compiler:c++11-lang gettext-runtime gmake \ gnome libtool localbase pkgconfig shared-mime-info tar:bz2 -USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango +USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 pango USE_LDCONFIG= yes USE_CXXSTD= c++14 # fix compilation failure on 14: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] |