From 3cfa98337e7fea476b842771b3c63d030f3fa94b Mon Sep 17 00:00:00 2001 From: kmos Date: Wed, 10 Aug 2022 06:15:22 +0000 Subject: [PATCH] i3lock now uses c11 This requires ports-gcc on base-gcc arches Fixes the build on sparc64 --- x11/i3lock/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11/i3lock/Makefile b/x11/i3lock/Makefile index 29aaa209d65..fc4c82f6b8c 100644 --- a/x11/i3lock/Makefile +++ b/x11/i3lock/Makefile @@ -13,6 +13,10 @@ MAINTAINER = Jasper Lievisse Adriaanse # BSD PERMIT_PACKAGE = Yes +# c11 +COMPILER = base-clang ports-gcc +COMPILER_LANGS = c + MASTER_SITES = https://i3wm.org/i3lock/ EXTRACT_SUFX = .tar.xz