diff options
author | maya <maya@pkgsrc.org> | 2017-07-01 12:48:10 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-07-01 12:48:10 +0000 |
commit | 0db4dc20e3f21d4feb42aa23b6bbfe9d89ba04d4 (patch) | |
tree | fc0f51b5cbd2d955dcf80470ffce0b3db3866bfb | |
parent | 14731f90892d677c1540abcfa9e69465149b94a5 (diff) | |
download | pkgsrc-0db4dc20e3f21d4feb42aa23b6bbfe9d89ba04d4.tar.gz |
Revert previous. joerg thinks this will break too hard due to having two
libstdc++s in use.
-rw-r--r-- | graphics/MesaLib/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk index ffd073abe28..d02235631f9 100644 --- a/graphics/MesaLib/options.mk +++ b/graphics/MesaLib/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.56 2017/07/01 06:40:45 maya Exp $ +# $NetBSD: options.mk,v 1.57 2017/07/01 12:48:10 maya Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib PKG_SUPPORTED_OPTIONS= llvm dri @@ -30,7 +30,7 @@ PLIST_VARS+= dri swrast_dri i915_dri nouveau_dri i965_dri radeon_dri r200_dri PLIST_VARS+= gbm vaapi vdpau wayland xatracker .if !empty(PKG_OPTIONS:Mdri) -GCC_REQD+= 4.8 + CONFIGURE_ARGS+= --enable-dri CONFIGURE_ARGS+= --enable-egl .if ${OPSYS} != "Darwin" |