Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 10:35:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483264 - head/www/anyterm
Message-ID:  <201810281035.w9SAZUtf068492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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_armv6=		does not build: libstdc++.so: undefined reference to __aeabi_idiv@GCC_3.5
+BROKEN_armv7=		does not build: libstdc++.so: undefined reference to __aeabi_idiv@GCC_3.5
 BROKEN_powerpc64=	Does not build: ld: cannot find -lboost_system
 
 USE_RC_SUBR=	anytermd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281035.w9SAZUtf068492>