From 48ad0a5e8e8293a9f07fa3a5ff5822d2843cd045 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 9 Mar 2023 15:31:45 +0100 Subject: [PATCH] graphics/ruby-gd: fix build on FreeBSD-14 --- graphics/ruby-gd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 1f9e9bd04b696..3bcb2e8cf706a 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -65,6 +65,7 @@ post-patch: post-configure: ${REINPLACE_CMD} -e 's|^V = 0|V = 1|' \ -e 's|^libdir = .*|libdir = ${PREFIX}/lib|' \ + -e 's|-O2 |-O2 -Wno-int-conversion |' \ ${WRKSRC}/Makefile post-install: