MAKE_ENV= -> MAKE_ENV+=; should fix problem art@ has been seeing.
-- Ok'd by: espie@
This commit is contained in:
parent
c1041db194
commit
db0f336fb0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2001/04/13 23:46:11 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2001/04/21 14:59:31 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.5 1998/09/14 22:19:05 smace Exp $
|
||||
|
||||
COMMENT= "lossless image compression library"
|
||||
@ -31,5 +31,5 @@ test: build
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes"
|
||||
MAKE_ENV= NO_SHARED_LIBS=Yes
|
||||
MAKE_ENV+= NO_SHARED_LIBS=Yes
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user