diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 10:44:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 10:44:29 +0000 |
commit | 3e4a806167fd4921ccc48623317dc31d7ab4f276 (patch) | |
tree | 2e1c942caa79a250b3baeb557ee3445960e10d70 /graphics/swfdec | |
parent | d9b2d0f0da5b6f85f90547429dadaa903033f59a (diff) | |
download | ports-3e4a806167fd4921ccc48623317dc31d7ab4f276.tar.gz ports-3e4a806167fd4921ccc48623317dc31d7ab4f276.zip |
Notes
Diffstat (limited to 'graphics/swfdec')
-rw-r--r-- | graphics/swfdec/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 1d039048a5a7..f7fca275c4a5 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -38,11 +38,13 @@ CONFIGURE_ARGS+= --with-audio=oss .endif post-extract: - ${CP} ${FILESDIR}/swfdec_playback_oss.c \ - ${WRKSRC}/swfdec-gtk + @${CP} ${FILESDIR}/swfdec_playback_oss.c \ + ${WRKSRC}/swfdec-gtk post-patch: - ${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ + @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} '/^swfdec_test_LDADD =/s/$$/ -lgmodule-2.0/' \ + ${WRKSRC}/test/Makefile.in .include <bsd.port.mk> |