svn commit: r378640 - in head/x11-fm/worker: . files

Gerald Pfeifer gerald at pfeifer.com
Sun Feb 8 17:26:36 UTC 2015


On Sunday 2015-02-08 10:39, Muhammad Moinur Rahman wrote:
>   - Add support for building with clang on 10+

> -USE_GCC=	yes

> +.if ${OSVERSION} < 1000024
> +USE_GCC=	4.6+
> +.else
> +CONFIGURE_ARGS+=	--disable-cxx-check
> +CXXFLAGS+=	-std=c++11
> +.endif

Mind using USE_GCC=yes instead of changing this to 4.6+ in this
specific case?  There is little benefit being specific as opposed
to using the default version of GCC.

Gerald


More information about the svn-ports-all mailing list