diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-18 19:17:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-18 19:17:32 +0000 |
commit | f890ae4b237152d1fc107611ff8718fa635649fd (patch) | |
tree | 8097244ec348e91223d2508c631f54406f7966c4 /multimedia/gstreamer-ffmpeg80/files/ia64-patch-ffmpeg::configure | |
parent | Update to 0.4.2. (diff) |
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 '')
-rw-r--r-- | multimedia/gstreamer-ffmpeg80/files/ia64-patch-ffmpeg::configure | 10 |
1 files changed, 0 insertions, 10 deletions
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) |