summaryrefslogtreecommitdiff
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
parentBROKEN: Does not build (diff)
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=113431
-rw-r--r--mail/mahogany/Makefile8
-rw-r--r--net/libgnetwork/Makefile8
2 files changed, 14 insertions, 2 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>
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile
index 24f2d6de5f6d..0f2e0371870a 100644
--- a/net/libgnetwork/Makefile
+++ b/net/libgnetwork/Makefile
@@ -32,10 +32,16 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS+=--enable-ssl=no
#.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
pre-everything::
# @${ECHO_MSG} ""
# @${ECHO_MSG} "libgnetwork has the following configurable option(s):"
# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
# @${ECHO_MSG} ""
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>