From 9a3227ec863482a1c3abc79862a8acaead4daf58 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 11 Jul 2004 22:06:19 +0000 Subject: BROKEN on amd64: Does not compile --- mail/mahogany/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail/mahogany/Makefile') diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index c28472579b28..f0939bf7d29c 100644 --- a/mail/mahogany/Makefile +++ b/mail/mahogany/Makefile @@ -30,8 +30,14 @@ CONFIGURE_ARGS= --with-python=none \ --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config CONFIGURE_ENV= OSTYPE=${OPSYS} CFLAGS="${CFLAGS}" +.include + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + post-patch: @${REINPLACE_CMD} -e 's|-DOPENSSL_NO_KRB5||' -e 's|-O2|${CFLAGS}|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$(DATADIR)/locale|$$(DESTDIR)/share/locale|' ${WRKSRC}/locale/Makefile -.include +.include -- cgit