Re: [PATCH] unbreak XDM build when clang set as base compiler

2012-09-27 Thread Niclas Zeising
On 2012-09-26 01:41, Jan Beich wrote: > Oliver Pinter writes: I just committed a fix for this, based on Jan's patch in ports/172100. Regards! -- Niclas ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports T

Re: [PATCH] unbreak XDM build when clang set as base compiler

2012-09-25 Thread Jan Beich
Oliver Pinter writes: > +# XXX unbreak build with clang as CC > +BUILD_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp > +RUN_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp > +CONFIGURE_ENV+= ac_cv_path_RAWCPP="ucpp -s" ucpp is even less compatible with GNU cpp: - escaped newline is not recognized (Xreset,

[PATCH] unbreak XDM build when clang set as base compiler

2012-09-25 Thread Oliver Pinter
Hi all! This patch fixed the problem, when buildig xdm on a machine where clang is the base the compiler (WITH_CLANG_IS_CC). unbreak_xdm_build_when_clang_set_as_CC.diff Description: Binary data ___ freebsd-ports@freebsd.org mailing list http://lists.fr