aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphene
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-12-22 14:58:37 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-12-22 14:58:37 +0000
commit023536719979a6ce22144b9e00937d5778aa2aa8 (patch)
treee40bc05f50f2560149a99042ec153338a07e3c90 /graphics/graphene
parent775d626efec5d93362d53068cad92799ec2d52f4 (diff)
downloadports-023536719979a6ce22144b9e00937d5778aa2aa8.tar.gz
ports-023536719979a6ce22144b9e00937d5778aa2aa8.zip
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
Notes
Notes: svn path=/head/; revision=520633
Diffstat (limited to 'graphics/graphene')
-rw-r--r--graphics/graphene/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphene/Makefile b/graphics/graphene/Makefile
index 4440cb08b6d3..44b472307655 100644
--- a/graphics/graphene/Makefile
+++ b/graphics/graphene/Makefile
@@ -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