1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Fix the build with 6.X.

Feature safe:	yes
This commit is contained in:
Joe Marcus Clarke 2010-02-27 23:08:28 +00:00
parent 405d8379e4
commit 0e97a791ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250407

View File

@ -35,4 +35,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/text
MAN1= eggdbus-binding-tool.1
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-Wl,--as-needed||' \
${WRKSRC}/configure
.include <bsd.port.mk>