summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-30 21:48:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-30 21:48:37 +0000
commit0611f91c22fd9a3f00452b5cae924198a6e63c9a (patch)
tree8d3a97c925d300786afdc134a7512d554aa799c4 /multimedia/gstreamer-plugins
parent- Update to version 0.11.2 (diff)
Apply the ffmpeg configure patch conditionally. This patch breaks
the build on i386. Reported by: Jeremy Messenger <mezz7@cox.net> Approved by: lioux (implicit)
Notes
Notes: svn path=/head/; revision=89926
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile6
-rw-r--r--multimedia/gstreamer-plugins/files/ia64-patch-ffmpeg::configure (renamed from multimedia/gstreamer-plugins/files/patch-ffmpeg::configure)0
2 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index 39f577faf79f..ef5d1b1faa1d 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -105,6 +105,12 @@ post-install:
.include <bsd.port.pre.mk>
+# Fix build on ia64. This patch breaks other archs, so include it
+# conditionally
+.if ${ARCH} == "ia64"
+EXTRA_PATCHES= ${FILESDIR}/ia64-patch-ffmpeg::configure
+.endif
+
# hermes is required for gstreamer-player to work
# since it is currently the only colorspace plugin available
WITH_HERMES= yes
diff --git a/multimedia/gstreamer-plugins/files/patch-ffmpeg::configure b/multimedia/gstreamer-plugins/files/ia64-patch-ffmpeg::configure
index f4c1cb8ae5f6..f4c1cb8ae5f6 100644
--- a/multimedia/gstreamer-plugins/files/patch-ffmpeg::configure
+++ b/multimedia/gstreamer-plugins/files/ia64-patch-ffmpeg::configure