diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-17 20:14:24 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-17 20:14:24 +0000 |
commit | 81f9ec07fe04f47bae1c5e9ffd480eeb85c336f3 (patch) | |
tree | 4eb2af320f1e792a0ad22f1c612f02e7a5b9cfbe /multimedia/libav/Makefile | |
parent | d89b0162e69c0f808f54fd9b02b3b967752d3301 (diff) | |
download | freebsd-ports-81f9ec07fe04f47bae1c5e9ffd480eeb85c336f3.zip |
- Unbreak the build for most environments after graphics/opencv changed
its library flags for pkg-config
Diffstat (limited to 'multimedia/libav/Makefile')
-rw-r--r-- | multimedia/libav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile index 935dc237dd1f..466aff7591a9 100644 --- a/multimedia/libav/Makefile +++ b/multimedia/libav/Makefile @@ -205,7 +205,7 @@ post-patch: @${REINPLACE_CMD} -e 's|gsm/gsm.h|gsm.h|' \ ${WRKSRC}/configure \ ${WRKSRC}/libavcodec/libgsm.c - ${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${STAGEDIR}${PREFIX}/libdata/pkgconfig|' \ + @${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${STAGEDIR}${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/library.mak .include <bsd.port.post.mk> |