From cfcef537f393742219676c8bcb971b854b2f1378 Mon Sep 17 00:00:00 2001
From: Joe Marcus Clarke <marcus@FreeBSD.org>
Date: Fri, 2 Sep 2005 04:54:37 +0000
Subject: It has been reported that the Perl plug-in works fine on amd64 now,
 so reenable it.

PR:		84564
Sbumitted by:	Jeff Connelly <shellreef+bsd@gmail.com>
---
 irc/xchat2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'irc')

diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index 09d8931f0831..1070193b1918 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/Makefile
@@ -60,7 +60,7 @@ PLIST_SUB+=	TCL="@comment "
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "amd64" || ${PERL_LEVEL} < 500600 || defined(WITHOUT_PERL)
+.if ${PERL_LEVEL} < 500600 || defined(WITHOUT_PERL)
 CONFIGURE_ARGS+=--disable-perl
 PLIST_SUB+=	PERL="@comment "
 .else
@@ -83,7 +83,7 @@ pre-everything::
 .if !defined(WITH_TCL)
 	@${ECHO_MSG} "WITH_TCL=yes for tcl support"
 .endif
-.if ${ARCH} != "amd64" && !defined(WITHOUT_PERL)
+.if !defined(WITHOUT_PERL)
 	@${ECHO_MSG} "WITHOUT_PERL=yes to disable Perl support"
 .endif
 
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0