aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2020-05-09 19:24:49 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2020-05-09 19:24:49 +0000
commit7d4723292c529621329dafb7fc2aa27183da1eae (patch)
treeebef050ddf7b410c892c5607cd95abafad473cce /multimedia/gstreamer1-plugins
parent18bde20408d7061d471384faa0869b56273bcd8c (diff)
downloadports-7d4723292c529621329dafb7fc2aa27183da1eae.tar.gz
ports-7d4723292c529621329dafb7fc2aa27183da1eae.zip
Update devel/gmake to 4.3.
Some changes have been made in this release that break backwards compatibility. Let USES=gmake force users to upgrade to this version so port maintainers don't have to support older versions. PR: 245725 Exp-run by: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=534792
Diffstat (limited to 'multimedia/gstreamer1-plugins')
-rw-r--r--multimedia/gstreamer1-plugins/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index 91e7bdbfb7f6..487d630906c9 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -176,6 +176,9 @@ post-patch:
s|$$(top_builddir)/gst-libs/gst/allocators/libgstbadallocators-$$(GST_API_VERSION).la|-lgstbadallocators-${VERSION}|; \
s|$$(top_builddir)/gst-libs/gst/audio/libgstbadaudio-$$(GST_API_VERSION).la|-lgstbadaudio-${VERSION}|; \
s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-$$(GST_API_VERSION).la|-lgstbadvideo-${VERSION}|'
+ @${FIND} ${WRKSRC}/ext ${WRKSRC}/gst ${WRKSRC}/gst-libs \
+ -name Makefile.in -exec ${REINPLACE_CMD} \
+ '/foreach/s/\\#include/#include/' {} +
.endif
.if ${DIST} == bad