aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-23 19:43:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-23 19:43:33 +0000
commitde146c7de564575b7187b3f84f707e2e62ea8bea (patch)
tree232c4eaf5d666472870e6980d433b716b09ec68e /multimedia
parent1096b6c11ff88682e5c020a7b88cd48e3197763e (diff)
downloadports-de146c7de564575b7187b3f84f707e2e62ea8bea.tar.gz
ports-de146c7de564575b7187b3f84f707e2e62ea8bea.zip
Fix build on amd64 by applying the same -fPIC patch that we do for ia64.
Reported by: bento via kris Approved by: maintainer (implicit)
Notes
Notes: svn path=/head/; revision=91989
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile4
-rw-r--r--multimedia/gstreamer-plugins80/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index b303c831923f..4b480db2c9ee 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
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile
index b303c831923f..4b480db2c9ee 100644
--- a/multimedia/gstreamer-plugins80/Makefile
+++ b/multimedia/gstreamer-plugins80/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