aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mahogany
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-07-12 06:06:19 +0800
committerkris <kris@FreeBSD.org>2004-07-12 06:06:19 +0800
commit9a3227ec863482a1c3abc79862a8acaead4daf58 (patch)
tree6a51bbf0aa27fdb2782df4f57e7b51879906ada3 /mail/mahogany
parentf3637e771a4a91665398a2fc07a0ec391f46ad14 (diff)
downloadfreebsd-ports-gnome-9a3227ec863482a1c3abc79862a8acaead4daf58.tar.gz
freebsd-ports-gnome-9a3227ec863482a1c3abc79862a8acaead4daf58.tar.zst
freebsd-ports-gnome-9a3227ec863482a1c3abc79862a8acaead4daf58.zip
BROKEN on amd64: Does not compile
Diffstat (limited to 'mail/mahogany')
-rw-r--r--mail/mahogany/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>