From a29eaea609e4c19409e705122da6343427c070da Mon Sep 17 00:00:00 2001
From: Mark Linimon <linimon@FreeBSD.org>
Date: Thu, 15 Nov 2018 03:19:27 +0000
Subject: Now builds on powerpc64 (and thus presumably mips*.)

---
 irc/psybnc/Makefile | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'irc')

diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile
index 30e68c90fcbe..b4aa036e7def 100644
--- a/irc/psybnc/Makefile
+++ b/irc/psybnc/Makefile
@@ -13,10 +13,6 @@ COMMENT=	Powerful IRC bouncer
 
 LICENSE=	GPLv1+ # though COPYING is GPLv2
 
-BROKEN_mips=		Does not build: exec(clang) failed (No such file or directory)
-BROKEN_mips64=		Does not build: exec(clang) failed (No such file or directory)
-BROKEN_powerpc64=	Does not build: exec(clang) failed (No such file or directory)
-
 USES=		dos2unix ssl
 DOS2UNIX_GLOB=	*.c *.h
 WRKSRC=		${WRKDIR}/psybnc
-- 
cgit