svn commit: r473792 - head/graphics/opendx

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Jul 3 02:18:45 UTC 2018


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


More information about the svn-ports-all mailing list