summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-11 09:13:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-11 09:13:27 +0800
commitf353c6ef48e5c0e58652e9393a60ed619559a36c (patch)
treee3194a7281b3d4fec3fc7d784bac252f794c25c7 /audio
parent37125fc589da3ac8022cb7a0d793c7aa94018259 (diff)
downloadmarcuscom-ports-f353c6ef48e5c0e58652e9393a60ed619559a36c.tar
marcuscom-ports-f353c6ef48e5c0e58652e9393a60ed619559a36c.tar.gz
marcuscom-ports-f353c6ef48e5c0e58652e9393a60ed619559a36c.tar.bz2
marcuscom-ports-f353c6ef48e5c0e58652e9393a60ed619559a36c.tar.lz
marcuscom-ports-f353c6ef48e5c0e58652e9393a60ed619559a36c.tar.xz
marcuscom-ports-f353c6ef48e5c0e58652e9393a60ed619559a36c.tar.zst
marcuscom-ports-f353c6ef48e5c0e58652e9393a60ed619559a36c.zip
Remove -Wmissing-include-dirs from CFLAGS since it causes compiler crashes
on amd64. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11519 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r--audio/libcanberra/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile
index 496d6e7db..6bb927c85 100644
--- a/audio/libcanberra/Makefile
+++ b/audio/libcanberra/Makefile
@@ -45,6 +45,7 @@ PLIST_SUB+= GSTREAMER="@comment "
.endif
post-patch:
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}
+ @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
+ ${WRKSRC}/configure
.include <bsd.port.post.mk>