From 2d532c4e2f6117ca96b93047331fb8a8f5a67623 Mon Sep 17 00:00:00 2001 From: bsam Date: Thu, 18 Jan 2018 21:46:57 +0000 Subject: graphics/iccexamin: Fix build with clang6, spaces->tabs . fix build with clang6 by forcing --std=c++98; . spaces->tabs at a makefile assignment. --- graphics/iccexamin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/iccexamin/Makefile b/graphics/iccexamin/Makefile index db3682cfdcd5..e497cc41c966 100644 --- a/graphics/iccexamin/Makefile +++ b/graphics/iccexamin/Makefile @@ -20,8 +20,8 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libtiff.so:graphics/tiff \ libXcm.so:x11/libXcm -USE_GITHUB= yes -GH_ACCOUNT= oyranos-cms +USE_GITHUB= yes +GH_ACCOUNT= oyranos-cms MAKE_JOBS_UNSAFE= yes USES= desktop-file-utils gettext iconv jpeg pkgconfig @@ -30,6 +30,7 @@ INSTALLS_ICONS= yes USE_GL= gl glu USE_XORG= x11 xcursor xext xfixes xft xinerama xpm xrandr xxf86vm CONFIGURE_ARGS+=--mandir=${PREFIX}/man --disable-openmp +USE_CXXSTD= c++98 post-patch: @${REINPLACE_CMD} 's:\\$$(iconv):${ICONV_LIB}:' \ -- cgit