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

Collapse All | Expand All

(-)Mk/bsd.port.mk (-2 / +4 lines)
Lines 1930-1937 Link Here
1930
X_FONTS_ALIAS_PORT=	${PORTSDIR}/x11-fonts/font-alias
1930
X_FONTS_ALIAS_PORT=	${PORTSDIR}/x11-fonts/font-alias
1931
1931
1932
.if defined(USE_IMAKE)
1932
.if defined(USE_IMAKE)
1933
CONFIGURE_ENV+=		IMAKECPP="${CPP}"
1933
# IMAKE is dated and touchy about invoking cpp, even sensible stuff like
1934
MAKE_ENV+=		IMAKECPP="${CPP}"
1934
# "clang -E" fails.
1935
CONFIGURE_ENV+=		IMAKECPP="cpp"
1936
MAKE_ENV+=		IMAKECPP="cpp"
1935
MAKE_FLAGS?=		CC="${CC}" CXX="${CXX}"
1937
MAKE_FLAGS?=		CC="${CC}" CXX="${CXX}"
1936
BUILD_DEPENDS+=		imake:${X_IMAKE_PORT}
1938
BUILD_DEPENDS+=		imake:${X_IMAKE_PORT}
1937
.endif
1939
.endif

Return to bug 156901