Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 21:46:57 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459382 - head/graphics/iccexamin
Message-ID:  <201801182146.w0ILkvqE015202@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Jan 18 21:46:57 2018
New Revision: 459382
URL: https://svnweb.freebsd.org/changeset/ports/459382

Log:
  graphics/iccexamin: Fix build with clang6, spaces->tabs
  
  . fix build with clang6 by forcing --std=c++98;
  . spaces->tabs at a makefile assignment.

Modified:
  head/graphics/iccexamin/Makefile

Modified: head/graphics/iccexamin/Makefile
==============================================================================
--- head/graphics/iccexamin/Makefile	Thu Jan 18 21:41:20 2018	(r459381)
+++ head/graphics/iccexamin/Makefile	Thu Jan 18 21:46:57 2018	(r459382)
@@ -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}:' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801182146.w0ILkvqE015202>