Hello,

does anybody know if WITH_FIXED_FENV in math/py-numpy have any use beside the unsupported FreeBSD versions? It only set in this case:

.if (${OSVERSION} <= 703100 || \
(${OSVERSION} >= 800000 && ${OSVERSION} <= 800502) || \
(${OSVERSION} >= 900000 && ${OSVERSION} <= 900009)) && \
(${ARCH} == "i386" || ${ARCH} == "amd64")
WITH_FIXED_FENV=        yes
.endif

So, as for me, WITH_FIXED_FENV code may be safely trimmed from the Makefile, but I'm not sure if there is any situations where user of supported version of FreeBSD may explicitly set this variable for some reason.

--
Regards,
Ruslan

T.O.S. Of Reality
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to