1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Unbreak INDEX on amd64/6

Reported by:	pointyhat
Pointy hat to:	wen
This commit is contained in:
Pav Lucistnik 2010-01-17 23:57:10 +00:00
parent a2e9b71248
commit c566efa2ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248039

View File

@ -37,13 +37,12 @@ LDFLAGS= -L${LOCALBASE}/lib
BROKEN= Does not build on alpha
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure
.if ${OSVERSION} < 700042
USE_GCC= 4.2+
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure
.if ${ARCH} != "i386"
@${REINPLACE_CMD} -e 's|unsigned|size_t|g' ${WRKSRC}/ginac/parser/parser.cpp
.endif