1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Mark BROKEN for Alpha

Pointed out by:	pointy hat via kris
This commit is contained in:
Michael Johnson 2004-12-02 22:58:27 +00:00
parent 47d75a024b
commit c666ed3aa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123008

View File

@ -24,8 +24,14 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -DNDEBUG" \
LDFLAGS="${PTHREAD_LIBS}"
.include <bsd.port.pre.mk>
.if ${ARCH}=="alpha"
BROKEN= Does not compile on ${ARCH}
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread||; s|-nostdinc++||; \
s|-fPIC||' ${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.post.mk>