From 689bf438e5c3665b16a1066d6d56734b4a3e050c Mon Sep 17 00:00:00 2001 From: jca Date: Sat, 23 Oct 2021 17:48:21 +0000 Subject: [PATCH] Enable gnustep on all ld.lld archs Diff from Brad, tested by phessler on arm64 and me on riscv64 --- x11/gnustep/gnustep.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/gnustep/gnustep.port.mk b/x11/gnustep/gnustep.port.mk index 040b2a882f8..53f25bc17e5 100644 --- a/x11/gnustep/gnustep.port.mk +++ b/x11/gnustep/gnustep.port.mk @@ -1,7 +1,7 @@ -# $OpenBSD: gnustep.port.mk,v 1.37 2021/10/22 08:50:47 sebastia Exp $ +# $OpenBSD: gnustep.port.mk,v 1.38 2021/10/23 17:48:21 jca Exp $ # until tested on others -ONLY_FOR_ARCHS ?= amd64 i386 powerpc +ONLY_FOR_ARCHS ?= ${LLD_ARCHS} CATEGORIES += x11/gnustep