diff options
Diffstat (limited to 'net/freerdp1/Makefile')
-rw-r--r-- | net/freerdp1/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/freerdp1/Makefile b/net/freerdp1/Makefile index 4c2778406ba0..13005e06b307 100644 --- a/net/freerdp1/Makefile +++ b/net/freerdp1/Makefile @@ -73,8 +73,7 @@ X11_USE= xorg=x11,xkbfile,xcursor,xorgproto,xv,xinerama,xext,xrandr,xi,xfixes,x .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && (${ARCH} == armv6 || ${ARCH} == armv7) -.if ${OSVERSION} < 1100500 || \ - (${OSVERSION} >= 1100500 && ${OSVERSION} < 1100504) || \ +.if ${OSVERSION} < 1100504 || \ (${OSVERSION} >= 1200000 && ${OSVERSION} < 1200008) BROKEN= Fails to build on ARMv6/7 (libm bug). See: r305380 (HEAD), r305971 (stable/11) [\#199422, \#211965] \ Please update to a later (fixed) version. |