Date: Tue, 3 Jul 2018 02:18:45 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473792 - head/graphics/opendx Message-ID: <201807030218.w632IjvT019626@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Tue Jul 3 02:18:44 2018 New Revision: 473792 URL: https://svnweb.freebsd.org/changeset/ports/473792 Log: - r473695 introduced patches that allow building with clang60. But this seems to cause building with clang 4.0.0 to fail. So we add a compiler option to USES so that FreeBSD-11 will build with clang60. Modified: head/graphics/opendx/Makefile Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Tue Jul 3 01:15:32 2018 (r473791) +++ head/graphics/opendx/Makefile Tue Jul 3 02:18:44 2018 (r473792) @@ -22,7 +22,7 @@ LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ libXp.so:x11/libXp MAKE_JOBS_UNSAFE= yes -USES= bison motif gmake libtool +USES= bison motif gmake libtool compiler:c++14-lang USE_XORG= x11 xt xinerama xext xpm xmu sm ice USE_GL= gl glu GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807030218.w632IjvT019626>