Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2024 18:55:32 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 886000dc24ae - main - devel/rubygem-atomic: Clean up Makefile
Message-ID:  <202409081855.488ItWDv078001@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=886000dc24ae9c04e6a2b3eddef66059e32bd7de

commit 886000dc24ae9c04e6a2b3eddef66059e32bd7de
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-08 18:33:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-08 18:40:18 +0000

    devel/rubygem-atomic: Clean up Makefile
---
 devel/rubygem-atomic/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/devel/rubygem-atomic/Makefile b/devel/rubygem-atomic/Makefile
index c90dc22f5518..33d4e9b76630 100644
--- a/devel/rubygem-atomic/Makefile
+++ b/devel/rubygem-atomic/Makefile
@@ -12,10 +12,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		gem
 
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
-CONFIGURE_ARGS+=	--with-cflags="-Wno-error=int-conversion"
-.endif
+CONFIGURE_ARGS=	--with-cflags=-Wno-int-conversion
 
 .include <bsd.port.mk>



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