View | Details | Raw Unified | Return to bug 203101
Collapse All | Expand All

(-)Mk/Uses/localbase.mk (-3 / +3 lines)
Lines 11-19 Link Here
11
.if !defined(_INCLUDE_USES_LOCALBASE_MK)
11
.if !defined(_INCLUDE_USES_LOCALBASE_MK)
12
_INCLUDE_USES_LOCALBASE_MK=	yes
12
_INCLUDE_USES_LOCALBASE_MK=	yes
13
13
14
CPPFLAGS+=	-I${LOCALBASE}/include
14
CPPFLAGS+=	-isystem ${LOCALBASE}/include
15
CFLAGS+=	-I${LOCALBASE}/include
15
CFLAGS+=	-isystem ${LOCALBASE}/include
16
CXXFLAGS+=	-I${LOCALBASE}/include
16
CXXFLAGS+=	-isystem ${LOCALBASE}/include
17
LDFLAGS+=	-L${LOCALBASE}/lib
17
LDFLAGS+=	-L${LOCALBASE}/lib
18
18
19
# Use CONFIGURE_ENV instead of CMAKE_ARGS because devel/cmake itself also needs
19
# Use CONFIGURE_ENV instead of CMAKE_ARGS because devel/cmake itself also needs

Return to bug 203101