Skip to content

Commit

Permalink
graphics/gd: do not contract to FMA or thereabouts
Browse files Browse the repository at this point in the history
PR: 27810
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Apr 9, 2024
1 parent cf9a573 commit 6e5c3c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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}/
Expand All @@ -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
Expand Down

0 comments on commit 6e5c3c7

Please sign in to comment.