From 3e6feb882b8ecd82ccb42e65f86b0f20c69688cc Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 30 Nov 2017 06:13:34 +0000 Subject: For ports that are marked BROKEN on armv6, and also fail to build on armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run --- www/anyterm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/anyterm/Makefile') diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile index 57b802a9094c..a16bb84230c6 100644 --- a/www/anyterm/Makefile +++ b/www/anyterm/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs BROKEN_aarch64= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 BROKEN_armv6= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 +BROKEN_armv7= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 BROKEN_powerpc64= Does not build: ld: cannot find -lboost_system USE_RC_SUBR= anytermd -- cgit