Date: Thu, 20 Nov 2025 12:16:33 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 34b0eee17490 - main - devel/libqsbr: Fix build on i386 Message-ID: <691f06a1.246d9.302a77f4@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=34b0eee1749005936ee5c832da399f878f3b43d0 commit 34b0eee1749005936ee5c832da399f878f3b43d0 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:16:00 +0000 devel/libqsbr: Fix build on i386 - Pet portclippy --- 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?691f06a1.246d9.302a77f4>
