From d75cadaed3740be29b9798e2bd60eb50a2ba431f Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Sat, 15 Sep 2007 02:37:33 +0000 Subject: - Flag broken on amd64 - Verified, not 64 bit clean. Builds and runs, but crashes on connect. - No longer being developed. Reported by: Andrus Nomm Approved by: sat (mentor) --- irc/psybnc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'irc/psybnc/Makefile') diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile index f5c673647ede..feae2ebfcef0 100644 --- a/irc/psybnc/Makefile +++ b/irc/psybnc/Makefile @@ -19,6 +19,12 @@ PSYBASE= ${PREFIX}/psybnc MAKE_ARGS= PSYBASE=${PSYBASE} IS_INTERACTIVE= yes +.include + +.if ${ARCH} == amd64 +BROKEN= does not run on amd64 +.endif + post-patch: @${REINPLACE_CMD} -e 's#=help/#=${PSYBASE}/help/#' ${WRKSRC}/lang/* @@ -38,4 +44,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/psybnc ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/psybnc.conf ${PREFIX}/etc/psybnc.conf.sample -.include +.include -- cgit v1.2.3