svn commit: r488714 - head/multimedia/gstreamer1-transcoder
Mark Linimon
linimon at FreeBSD.org
Sun Dec 30 12:56:29 UTC 2018
Author: linimon
Date: Sun Dec 30 12:56:28 2018
New Revision: 488714
URL: https://svnweb.freebsd.org/changeset/ports/488714
Log:
Base GCC doesn't support -Wno-pedantic, so remove it to fix build on
GCC-based architectures.
PR: 234052
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/multimedia/gstreamer1-transcoder/Makefile
Modified: head/multimedia/gstreamer1-transcoder/Makefile
==============================================================================
--- head/multimedia/gstreamer1-transcoder/Makefile Sun Dec 30 12:46:28 2018 (r488713)
+++ head/multimedia/gstreamer1-transcoder/Makefile Sun Dec 30 12:56:28 2018 (r488714)
@@ -25,4 +25,10 @@ USE_GITHUB= yes
GH_ACCOUNT= pitivi
GH_PROJECT= gst-transcoder
+post-patch:
+.if exists(/usr/lib/libstdc++.so)
+ ${REINPLACE_CMD} -e '/-Wno-pedantic/d' \
+ ${WRKSRC}/meson.build
+.endif
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list