svn commit: r483264 - head/www/anyterm

Jan Beich jbeich at FreeBSD.org
Sun Oct 28 10:35:31 UTC 2018


Author: jbeich
Date: Sun Oct 28 10:35:29 2018
New Revision: 483264
URL: https://svnweb.freebsd.org/changeset/ports/483264

Log:
  www/anyterm: document actual error on arm*

Modified:
  head/www/anyterm/Makefile   (contents, props changed)

Modified: head/www/anyterm/Makefile
==============================================================================
--- head/www/anyterm/Makefile	Sun Oct 28 10:32:30 2018	(r483263)
+++ head/www/anyterm/Makefile	Sun Oct 28 10:35:29 2018	(r483264)
@@ -18,8 +18,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
 BROKEN_aarch64=		does not build: libstdc++.so: undefined reference to __floatunditf at GCC_4.2.0
-BROKEN_armv6=		does not build: libstdc++.so: undefined reference to __floatunditf at GCC_4.2.0
-BROKEN_armv7=		does not build: libstdc++.so: undefined reference to __floatunditf at GCC_4.2.0
+BROKEN_armv6=		does not build: libstdc++.so: undefined reference to __aeabi_idiv at GCC_3.5
+BROKEN_armv7=		does not build: libstdc++.so: undefined reference to __aeabi_idiv at GCC_3.5
 BROKEN_powerpc64=	Does not build: ld: cannot find -lboost_system
 
 USE_RC_SUBR=	anytermd


More information about the svn-ports-all mailing list