Pav Lucistnik wrote:
Maxim Sobolev píše v út 09. 12. 2008 v 17:09 -0800:
OK, further investigation shows that it doesn't happen to OPTIONS added
after .include <bsd.port.pre.mk>:
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
OPTIONS+= ZAPTEL "Enable Zaptel support" off
.endif
-----
Looks like a bug in bsd.port.mk to me.
Ah right, yeah, that's understandable given that OPTIONS processing is
done in pre.mk, so you can have WITH_*/WITHOUT_* variables available
between pre.mk and post.mk.
Hmm, any chance to change this? We need pre.mk in order to determine
architecture that we are running on.
-Maxim
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"