Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 18:26:31 +0100 (CET)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Muhammad Moinur Rahman <bofh@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r378640 - in head/x11-fm/worker: . files
Message-ID:  <alpine.LSU.2.11.1502081825180.2504@tuna.site>
In-Reply-To: <201502081039.t18Ad8nD087078@svn.freebsd.org>
References:  <201502081039.t18Ad8nD087078@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.11.1502081825180.2504>