svn commit: r332109 - in head/net/vnc: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Oct 30 14:35:59 UTC 2013


On Wed, Oct 30, 2013 at 01:52:16PM +0000, Cy Schubert wrote:
> New Revision: 332109
> URL: http://svnweb.freebsd.org/changeset/ports/332109
> 
> Log:
>   Fix under 10-STABLE and 11-CURRENT.
> 
> +.if ${OSVERSION} > 1000000

OSVERSION seems inaccurate, should probably be 1000054.

> +USE_GCC=	4.6+

Gerald will bite you for this. :)

> +.if ${OSVERSION} > 1000000

Ditto.

> +	cd ${WRKSRC}/xc && ${MAKE_ENV} make CC=${CC} CXX=${CXX} ${MAKE_ARGS} World
> +.else
>  	cd ${WRKSRC}/xc && make CC=${CC} CXX=${CXX} World
>  .endif
> +.endif

Ideally, the code should be fixed in a way that it would be built again with
any compiler, and all hacks from Makefile removed.

./danfe


More information about the svn-ports-all mailing list