Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 21:06:27 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 36f1e8d4a5a1 - 2024Q2 - devel/corrade: Broken on 13 and 14 armv7
Message-ID:  <202405272106.44RL6Rth070511@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=36f1e8d4a5a117fe56fb1fe5fb3c8e5e76beca58

commit 36f1e8d4a5a117fe56fb1fe5fb3c8e5e76beca58
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-27 21:05:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-27 21:06:22 +0000

    devel/corrade: Broken on 13 and 14 armv7
    
    Reported by:    fallout
    
    (cherry picked from commit cb2959b38c03b52a6c04d77e86b04b08c2db274b)
---
 devel/corrade/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/corrade/Makefile b/devel/corrade/Makefile
index 3e92c16357a1..1f03632a7afc 100644
--- a/devel/corrade/Makefile
+++ b/devel/corrade/Makefile
@@ -12,6 +12,9 @@ WWW=		https://magnum.graphics/corrade/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13_armv7=	compilation fails: error: use of undeclared identifier 'vshrn_high_n_u16'
+BROKEN_FreeBSD_14_armv7=	compilation fails: error: use of undeclared identifier 'vshrn_high_n_u16'
+
 USES=		cmake:testing compiler:c++14-lang
 USE_LDCONFIG=	yes
 



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