1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

BROKEN on 7.0: Bad objformat handling

This commit is contained in:
Kris Kennaway 2007-04-21 17:22:30 +00:00
parent 383e5f48f2
commit 6c618f77f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190569

View File

@ -33,4 +33,10 @@ post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|_la_LDFLAGS =|_la_LDFLAGS = -avoid-version|g'
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700029
BROKEN= Incorrect pkg-plist (bad objformat handling)
.endif
.include <bsd.port.post.mk>