diff options
Diffstat (limited to 'x11-wm/wayfire/Makefile')
-rw-r--r-- | x11-wm/wayfire/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index 0742aca84f0b..7998cf5f8c0e 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 CATEGORIES= x11-wm wayland +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 8bbea76d3b47.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/2802 + MAINTAINER= ports@FreeBSD.org COMMENT= 3D Wayland compositor WWW= https://wayfire.org/ @@ -39,9 +42,6 @@ MESON_ARGS= -Dtests=disabled \ -Dwf-touch:tests=disabled \ ${NULL} -# XXX https://github.com/WayfireWM/wayfire/issues/2800 -USES+= localbase - .if !exists(/usr/include/omp.h) # LLVM openmp in base doesn't support powerpc, armv6, armv7 yet MESON_ARGS+= -Denable_openmp=false |