aboutsummaryrefslogtreecommitdiff
path: root/mail/mahogany/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-11 22:06:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-11 22:06:19 +0000
commit4c428ddbbb950b8555f6ffd6ebcfcf044e201674 (patch)
tree715bfe6a2fb932df3072cf4410626fb4a751c408 /mail/mahogany/Makefile
parentd15c84b7968dbcf1ec8bbe17562c30d8d4dfbce8 (diff)
downloadports-4c428ddbbb950b8555f6ffd6ebcfcf044e201674.tar.gz
ports-4c428ddbbb950b8555f6ffd6ebcfcf044e201674.zip
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=113431
Diffstat (limited to 'mail/mahogany/Makefile')
-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>