Date: Thu, 20 Nov 2025 12:19:01 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 3728b0d22b27 - 2025Q4 - devel/libqsbr: Fix build on i386 Message-ID: <691f0735.24f8d.5e467c2d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch 2025Q4 has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3728b0d22b27c4e0d02c7a73b4f3c5efd3668ded commit 3728b0d22b27c4e0d02c7a73b4f3c5efd3668ded Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-11-20 10:49:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-11-20 12:18:55 +0000 devel/libqsbr: Fix build on i386 - Pet portclippy (cherry picked from commit 34b0eee1749005936ee5c832da399f878f3b43d0) --- devel/libqsbr/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/devel/libqsbr/Makefile b/devel/libqsbr/Makefile index bde54502a183..40719c674ccd 100644 --- a/devel/libqsbr/Makefile +++ b/devel/libqsbr/Makefile @@ -15,7 +15,6 @@ USES= compiler:c11 gmake libtool:build USE_GITHUB= yes GH_ACCOUNT= rmind GH_TAGNAME= e73407c -WRKSRC_SUBDIR= src USE_LDCONFIG= yes MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \ INCDIR=${LOCALBASE}/include \ @@ -23,10 +22,8 @@ MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \ MANDIR=${LOCALBASE}/man TEST_TARGET= tests -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500006 CFLAGS_i386= -Wno-error=sync-alignment -.endif + +WRKSRC_SUBDIR= src .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691f0735.24f8d.5e467c2d>
