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

(-)Makefile (-2 / +5 lines)
Lines 24-33 Link Here
24
# In r311275 zlib.h was moved to contrib/zlib/zlib.h from lib/libz/zlib.h
24
# In r311275 zlib.h was moved to contrib/zlib/zlib.h from lib/libz/zlib.h
25
LIBZ=		${SRC_BASE}/contrib/zlib
25
LIBZ=		${SRC_BASE}/contrib/zlib
26
.if !exists(${LIBZ}/zlib.h)
26
.if !exists(${LIBZ}/zlib.h)
27
LIBZ=		${SRC_BASE}/sys/contrib/zlib
28
.endif
29
.if !exists(${LIBZ}/zlib.h)
27
LIBZ:=		${SRC_BASE}/lib/libz
30
LIBZ:=		${SRC_BASE}/lib/libz
28
.  if !exists(${LIBZ}/zlib.h)
31
.endif
32
.if !exists(${LIBZ}/zlib.h)
29
IGNORE=		needs SRC_BASE to compile. Install base system sources and try again
33
IGNORE=		needs SRC_BASE to compile. Install base system sources and try again
30
.  endif
31
.endif
34
.endif
32
35
33
.if ${ARCH} != i386
36
.if ${ARCH} != i386

Return to bug 237936