diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-11 09:13:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-11 09:13:27 +0800 |
commit | f353c6ef48e5c0e58652e9393a60ed619559a36c (patch) | |
tree | e3194a7281b3d4fec3fc7d784bac252f794c25c7 /graphics/swfdec/Makefile | |
parent | 37125fc589da3ac8022cb7a0d793c7aa94018259 (diff) | |
download | marcuscom-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 'graphics/swfdec/Makefile')
-rw-r--r-- | graphics/swfdec/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 39299fdee..7d0510568 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -4,7 +4,7 @@ # Whom: ijliao # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/swfdec/Makefile,v 1.24 2008/09/08 23:48:03 kwm Exp $ PORTNAME= swfdec PORTVERSION= 0.8.0 @@ -41,4 +41,8 @@ post-extract: @${CP} ${FILESDIR}/swfdec_playback_oss.c \ ${WRKSRC}/swfdec-gtk +post-patch: + @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ + ${WRKSRC}/configure + .include <bsd.port.post.mk> |