1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

graphics/graphene: fix build on GCC architectures

Base GCC doesn't like this:
/usr/include/math.h: In function '__inline_isnan':
/usr/include/math.h:200: error: comparing floating point with == or != is unsafe
/usr/include/math.h: In function '__inline_isnanf':
/usr/include/math.h:207: error: comparing floating point with == or != is unsafe
/usr/include/math.h: In function '__inline_isnanl':
/usr/include/math.h:214: error: comparing floating point with == or != is unsafe
This commit is contained in:
Piotr Kubaj 2019-12-22 14:58:37 +00:00
parent 775d626efe
commit 0235367199
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520633

View File

@ -10,7 +10,7 @@ COMMENT= Optimizations for speeding up vector operations
LICENSE= MIT
USES= gnome meson pkgconfig python:3.4+ shebangfix tar:xz
USES= compiler:c11 gnome meson pkgconfig python:3.4+ shebangfix tar:xz
USE_GNOME= glib20 pygobject3
USE_LDCONFIG= yes