From 378157c652e44f521578b79867a76902e0a22cf6 Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Thu, 12 Nov 2020 18:20:34 +0100 Subject: [PATCH] use wheel group on MacOSX --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index f8d351b..f5f3f47 100755 --- a/configure +++ b/configure @@ -119,6 +119,9 @@ case "$OS" in printf 'LDFLAGS += -lutil\n' >>$CONFIG_MK : ${BINGRP:=wheel} ;; + darwin) + : ${BINGRP:=wheel} + ;; esac : ${PREFIX:=/usr/local} -- 2.39.2