Lines 41-48
Link Here
|
41 |
|
41 |
|
42 |
.include <bsd.port.pre.mk> |
42 |
.include <bsd.port.pre.mk> |
43 |
|
43 |
|
44 |
.if ${ARCH} == "arm" |
44 |
.if (${ARCH} == "arm" || ${ARCH} == "armv6") && ( ( ${OSVERSION} < 1001505) || (${OSVERSION} > 1100000 && ${OSVERSION} < 1100052) ) |
45 |
BROKEN= Does not compile on arm |
45 |
BROKEN= Not supported on ARM platform below release 10.1 or a more recent current |
46 |
.endif |
46 |
.endif |
47 |
|
47 |
|
48 |
CONFIGURE_SCRIPT= Configure |
48 |
CONFIGURE_SCRIPT= Configure |