diff options
author | kris <kris@FreeBSD.org> | 2004-03-13 13:53:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-13 13:53:11 +0800 |
commit | 279cb9d7a54302242356cc7b2f703ad24c9d2577 (patch) | |
tree | abd11adb92cf81a438b4c2decf045987dbf08cab /mail/mahogany | |
parent | 7a323dd4e65df3ea683379b6a56d722db47180d0 (diff) | |
download | freebsd-ports-gnome-279cb9d7a54302242356cc7b2f703ad24c9d2577.tar.gz freebsd-ports-gnome-279cb9d7a54302242356cc7b2f703ad24c9d2577.tar.zst freebsd-ports-gnome-279cb9d7a54302242356cc7b2f703ad24c9d2577.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'mail/mahogany')
-rw-r--r-- | mail/mahogany/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index 733a937c0824..fb07563a16a7 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} != "i386" +BROKEN= "Does not compile on !i386" +.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> |