summaryrefslogtreecommitdiff
path: root/net-im/farstream
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 /net-im/farstream
parentUpdate to 6.14.1 (diff)
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 'net-im/farstream')
-rw-r--r--net-im/farstream/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile
index 048a1361af2c..da5d0e43dab1 100644
--- a/net-im/farstream/Makefile
+++ b/net-im/farstream/Makefile
@@ -24,4 +24,8 @@ USE_GSTREAMER1= good bad
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in -exec ${REINPLACE_CMD} \
+ '/foreach/s/\\#include/#include/' {} +
+
.include <bsd.port.mk>