aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-ffmpeg/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-04-19 03:17:32 +0800
committermarcus <marcus@FreeBSD.org>2004-04-19 03:17:32 +0800
commit8536487b424cdff5ee1ab43930b8b229276f2135 (patch)
tree9471d051cfc9a2f85d8d9959205ecbfbe1013ea4 /multimedia/gstreamer-ffmpeg/Makefile
parentc75227c6356d4a88283d6e837928362af8120614 (diff)
downloadfreebsd-ports-gnome-8536487b424cdff5ee1ab43930b8b229276f2135.tar.gz
freebsd-ports-gnome-8536487b424cdff5ee1ab43930b8b229276f2135.tar.zst
freebsd-ports-gnome-8536487b424cdff5ee1ab43930b8b229276f2135.zip
Fix build on amd64 and ia64 by removing an extra patch that add -fpic and
-DPIC. The port now does the right thing without our help. PR: 65732 Submitted by: maintainer Reported by: bento via kris Tested by: marcel (ia64), arved (amd64)
Diffstat (limited to 'multimedia/gstreamer-ffmpeg/Makefile')
-rw-r--r--multimedia/gstreamer-ffmpeg/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/multimedia/gstreamer-ffmpeg/Makefile b/multimedia/gstreamer-ffmpeg/Makefile
index 5df361547551..73842d9a0b82 100644
--- a/multimedia/gstreamer-ffmpeg/Makefile
+++ b/multimedia/gstreamer-ffmpeg/Makefile
@@ -36,10 +36,6 @@ GST_VERSION=${PORTVERSION:C/..$//}
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
-EXTRA_PATCHES+= ${FILESDIR}/ia64-patch-ffmpeg::configure
-.endif
-
post-patch:
@${REINPLACE_CMD} -E -e \
's|make|${GMAKE}|' \