diff options
author | dumbbell <dumbbell@FreeBSD.org> | 2016-11-21 04:58:16 +0800 |
---|---|---|
committer | dumbbell <dumbbell@FreeBSD.org> | 2016-11-21 04:58:16 +0800 |
commit | 96822d0e12b7915bdb8e7b84a01a59cf4f03bfcb (patch) | |
tree | 8711cf7d457a3ad22a20190e349aaed44a9b1481 /graphics/piglit | |
parent | a6074c4d6d11992db659173e429abc82b6e5c510 (diff) | |
download | freebsd-ports-gnome-96822d0e12b7915bdb8e7b84a01a59cf4f03bfcb.tar.gz freebsd-ports-gnome-96822d0e12b7915bdb8e7b84a01a59cf4f03bfcb.tar.zst freebsd-ports-gnome-96822d0e12b7915bdb8e7b84a01a59cf4f03bfcb.zip |
graphics/piglit: Add USES+=compiler:c11
This fixes the build on FreeBSD 9.3 where gcc 4.2.1 fails to build
Piglit.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D7779
Diffstat (limited to 'graphics/piglit')
-rw-r--r-- | graphics/piglit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/piglit/Makefile b/graphics/piglit/Makefile index 0b5d9dbcbb8a..c4bcc3a6d32e 100644 --- a/graphics/piglit/Makefile +++ b/graphics/piglit/Makefile @@ -31,7 +31,7 @@ GH_ACCOUNT= dumbbell GH_PROJECT= piglit GH_TAGNAME= ca5350b4056ae63a93c4c207087b7634873b2ce2 -USES= cmake:outsource pkgconfig python:2 +USES= cmake:outsource compiler:c11 pkgconfig python:2 USE_GL= egl gbm gl glu USE_XORG= x11 xcb xext xrender |