View | Details | Raw Unified | Return to bug 172100 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11/xdm/Makefile (+10 lines)
Lines 28-33 OPTIONS= XDMSHELL "Install xdmshell" off Link Here
28
28
29
.include <bsd.port.options.mk>
29
.include <bsd.port.options.mk>
30
30
31
# XXX unbreak build with clang as CC
32
CPP_check!=	${CPP} --version | tr -d '()'
33
.if ${CPP_check:Mclang}
34
.if exists(/usr/bin/gcpp)
35
CONFIGURE_ENV+=	ac_cv_path_RAWCPP="gcpp"
36
.else
37
BROKEN=         does not build without gcc cpp
38
.endif
39
.endif
40
31
.if defined(WITH_XDMSHELL)
41
.if defined(WITH_XDMSHELL)
32
CONFIGURE_ARGS+=--enable-xdmshell
42
CONFIGURE_ARGS+=--enable-xdmshell
33
MAN1+=		xdmshell.1
43
MAN1+=		xdmshell.1

Return to bug 172100