summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-02-27 23:08:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-02-27 23:08:28 +0000
commit0e97a791ea46b2b188f9294397a2f67a8e9b8b37 (patch)
tree7466e4f57e41735b2a93d3aa1f63c9230336fe6f /devel
parentRemove textproc/xmlada-gcc a few days after the end of the expiration (diff)
Fix the build with 6.X.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=250407
Diffstat (limited to 'devel')
-rw-r--r--devel/eggdbus/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/eggdbus/Makefile b/devel/eggdbus/Makefile
index ef5d1806ee05..5bb69986b049 100644
--- a/devel/eggdbus/Makefile
+++ b/devel/eggdbus/Makefile
@@ -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>