diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-01 09:21:39 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-01 09:21:39 +0000 |
commit | 75794bcf6e3fa082434798049d207b27c22ee188 (patch) | |
tree | b97407abd163098bbffda47e010f0d280c2efaed /graphics | |
parent | df9cdd455a1dbf7552782642583106c1ef3bb7ad (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/piglit/Makefile | 3 | ||||
-rw-r--r-- | graphics/piglit/files/patch-piglit | 8 |
2 files changed, 2 insertions, 9 deletions
diff --git a/graphics/piglit/Makefile b/graphics/piglit/Makefile index a1866bdd8299..25c4797fb8e7 100644 --- a/graphics/piglit/Makefile +++ b/graphics/piglit/Makefile @@ -30,9 +30,10 @@ GH_ACCOUNT= dumbbell GH_PROJECT= piglit GH_TAGNAME= 60996b829c85f3df192bc6228108c0a8eaa38afd -USES= cmake:outsource compiler:c11 pkgconfig python:2.7 +USES= cmake:outsource compiler:c11 pkgconfig python:2.7 shebangfix USE_GL= egl gbm gl glu USE_XORG= x11 xcb xext xrender +SHEBANG_FILES= piglit CMAKE_ARGS+= -DPIGLIT_BUILD_CL_TESTS:BOOL=ON diff --git a/graphics/piglit/files/patch-piglit b/graphics/piglit/files/patch-piglit deleted file mode 100644 index 8e43d9dd705c..000000000000 --- a/graphics/piglit/files/patch-piglit +++ /dev/null @@ -1,8 +0,0 @@ ---- piglit.orig 2016-08-09 20:28:45 UTC -+++ piglit -@@ -1,4 +1,4 @@ --#!/usr/bin/env python3 -+#!/usr/bin/env python2 - - # Copyright (c) 2014 Intel Corporation - |