aboutsummaryrefslogtreecommitdiff
path: root/graphics/opendx
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2018-07-03 02:18:44 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2018-07-03 02:18:44 +0000
commit4d8b534743bdbcc5fac862ffa502a6955a41cf1f (patch)
treee1b4d82bde538585531dcc1fc00c7b3a080ddc4c /graphics/opendx
parentab7c6096228c1fc99e20cf53c0fd7a53ec812e1c (diff)
downloadports-4d8b534743bdbcc5fac862ffa502a6955a41cf1f.tar.gz
ports-4d8b534743bdbcc5fac862ffa502a6955a41cf1f.zip
- 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.
Notes
Notes: svn path=/head/; revision=473792
Diffstat (limited to 'graphics/opendx')
-rw-r--r--graphics/opendx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index 61ef053b317c..32f6775c2ea9 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -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