diff options
author | bsam <bsam@FreeBSD.org> | 2018-01-19 05:46:57 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2018-01-19 05:46:57 +0800 |
commit | 2d532c4e2f6117ca96b93047331fb8a8f5a67623 (patch) | |
tree | 4c055405769c60fe0aaccfd3f4c9d97d75bded05 /graphics | |
parent | ce0c2f208a390089b1acbf312dc78d3e33c46cf8 (diff) | |
download | freebsd-ports-gnome-2d532c4e2f6117ca96b93047331fb8a8f5a67623.tar.gz freebsd-ports-gnome-2d532c4e2f6117ca96b93047331fb8a8f5a67623.tar.zst freebsd-ports-gnome-2d532c4e2f6117ca96b93047331fb8a8f5a67623.zip |
graphics/iccexamin: Fix build with clang6, spaces->tabs
. fix build with clang6 by forcing --std=c++98;
. spaces->tabs at a makefile assignment.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/iccexamin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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}:' \ |