aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-ffmpeg80
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-18 19:17:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-18 19:17:32 +0000
commitf890ae4b237152d1fc107611ff8718fa635649fd (patch)
tree8097244ec348e91223d2508c631f54406f7966c4 /multimedia/gstreamer-ffmpeg80
parentaf34715760c7bc848800a1875c9a197466a37073 (diff)
downloadports-f890ae4b237152d1fc107611ff8718fa635649fd.tar.gz
ports-f890ae4b237152d1fc107611ff8718fa635649fd.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)
Notes
Notes: svn path=/head/; revision=107475
Diffstat (limited to 'multimedia/gstreamer-ffmpeg80')
-rw-r--r--multimedia/gstreamer-ffmpeg80/Makefile4
-rw-r--r--multimedia/gstreamer-ffmpeg80/files/ia64-patch-ffmpeg::configure10
2 files changed, 0 insertions, 14 deletions
diff --git a/multimedia/gstreamer-ffmpeg80/Makefile b/multimedia/gstreamer-ffmpeg80/Makefile
index 5df361547551..73842d9a0b82 100644
--- a/multimedia/gstreamer-ffmpeg80/Makefile
+++ b/multimedia/gstreamer-ffmpeg80/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}|' \
diff --git a/multimedia/gstreamer-ffmpeg80/files/ia64-patch-ffmpeg::configure b/multimedia/gstreamer-ffmpeg80/files/ia64-patch-ffmpeg::configure
deleted file mode 100644
index f4c1cb8ae5f6..000000000000
--- a/multimedia/gstreamer-ffmpeg80/files/ia64-patch-ffmpeg::configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- gst-libs/ext/ffmpeg/ffmpeg/configure.bak Sat Sep 27 18:39:42 2003
-+++ gst-libs/ext/ffmpeg/ffmpeg/configure Sat Sep 27 19:53:52 2003
-@@ -119,6 +119,7 @@
- v4l="no"
- audio_oss="yes"
- make="gmake"
-+CFLAGS="$CFLAGS -fPIC -DPIC"
- LDFLAGS="$LDFLAGS -export-dynamic"
- ;;
- BSD/OS)