1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

BROKEN on amd64: Needs to link against shared librarie

This commit is contained in:
Kris Kennaway 2004-05-30 07:05:35 +00:00
parent 14076bc478
commit 283777ab5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110362

View File

@ -27,6 +27,12 @@ CDB_PORTDIR= ${PORTSDIR}/databases/cdb
WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
INSTALL_TARGET= site-install
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (needs to link against shared libraries)"
.endif
post-extract:
${RM} -f ${WRKSRC}/cdb
${LN} -s `cd ${CDB_PORTDIR}; ${MAKE} -V WRKSRC` ${WRKSRC}/cdb
@ -39,4 +45,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>