aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-04-09 17:19:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2024-04-09 17:19:05 +0000
commit6e5c3c7067c582416bead63f300004ce07e06a86 (patch)
tree64f9f1f5352595e71d59f7b9fdbf006f1218ec61
parentcf9a573044ba56652587a96f820a37fcaf36e428 (diff)
downloadports-6e5c3c7067c582416bead63f300004ce07e06a86.tar.gz
ports-6e5c3c7067c582416bead63f300004ce07e06a86.zip
graphics/gd: do not contract to FMA or thereabouts
PR: 27810
-rw-r--r--graphics/gd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 87065d97a03a..7f0914358c6e 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libgd
PORTVERSION= 2.3.3
-PORTREVISION= 11
+PORTREVISION= 12
PORTEPOCH= 1
CATEGORIES+= graphics
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/
@@ -18,6 +18,7 @@ USES= cpe tar:xz pkgconfig pathfix libtool:keepla autoreconf shebangfix
SHEBANG_FILES= ${WRKSRC}/src/bdftogd
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gd-formats
+CFLAGS+= -ffp-contract=off # do not contract to FMA or thereabouts, PR 278105
TMPDIR?= /tmp
MAKE_ENV= TMPDIR=${TMPDIR}
SUB_FILES= gdlib-config