1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/iccexamin: Fix build with clang6, spaces->tabs

. fix build with clang6 by forcing --std=c++98;
. spaces->tabs at a makefile assignment.
This commit is contained in:
Boris Samorodov 2018-01-18 21:46:57 +00:00
parent 5d682a0e43
commit af42482292
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459382

View File

@ -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}:' \