git: 886000dc24ae - main - devel/rubygem-atomic: Clean up Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Sep 2024 18:55:32 UTC
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>