summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-10-23 19:43:33 +0000
committermarcus <marcus@FreeBSD.org>2003-10-23 19:43:33 +0000
commit0bce7fb2d267734563f6725d687dc31b0a60d243 (patch)
tree02f2ec3d56e509e3d5a3cc0f3dfb72bed09461fe /multimedia/gstreamer-plugins
parentd027a53a91494e96f926389c0b6148d103a37d1d (diff)
downloadFreeBSD-ports-0bce7fb2d267734563f6725d687dc31b0a60d243.zip
FreeBSD-ports-0bce7fb2d267734563f6725d687dc31b0a60d243.tar.gz
Fix build on amd64 by applying the same -fPIC patch that we do for ia64.
Reported by: bento via kris Approved by: maintainer (implicit)
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index b303c83..4b480db 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -101,7 +101,7 @@ post-configure:
.include <bsd.port.pre.mk>
post-install:
-.if ${ARCH} == "ia64"
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
# register plugins
@-${X11BASE}/bin/gst-register 2>/dev/null
.else
@@ -110,7 +110,7 @@ post-install:
# Fix build on ia64. This patch breaks other archs, so include it
# conditionally
-.if ${ARCH} == "ia64"
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
EXTRA_PATCHES= ${FILESDIR}/ia64-patch-ffmpeg::configure
.endif
OpenPOWER on IntegriCloud