summaryrefslogtreecommitdiff
path: root/security/sequoia/files/patch-openpgp-ffi_Makefile
blob: a44e8bb16dd70f558f7704621a6c41d4f6a953b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- openpgp-ffi/Makefile.orig	2020-08-31 20:14:41 UTC
+++ openpgp-ffi/Makefile
@@ -20,7 +20,7 @@ else
 endif
 
 # Tools.
-ifeq ($(shell uname -s), Darwin)
+ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
 	INSTALL		?= ginstall
 else
 	INSTALL		?= install