BROKEN on amd64: Does not compile

This commit is contained in:
Kris Kennaway 2004-07-11 22:06:19 +00:00
parent d15c84b796
commit 4c428ddbbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113431
2 changed files with 14 additions and 2 deletions

View file

@ -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>

View file

@ -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>