aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-10-01 01:09:47 +0800
committermarcus <marcus@FreeBSD.org>2003-10-01 01:09:47 +0800
commit8da1c4d9b68c3c753d41c4107fcf91dd8620e2dd (patch)
treec5a88730cfc0818dcd70f2986cb362c5febb9c5f /multimedia/gstreamer-plugins
parent2e87887250b1bf1df8255ca314d67ffdc83a88ce (diff)
downloadfreebsd-ports-graphics-8da1c4d9b68c3c753d41c4107fcf91dd8620e2dd.tar.gz
freebsd-ports-graphics-8da1c4d9b68c3c753d41c4107fcf91dd8620e2dd.tar.zst
freebsd-ports-graphics-8da1c4d9b68c3c753d41c4107fcf91dd8620e2dd.zip
Fix another build problem on ia64.
Submitted by: marcel Approved by: lioux (implicit)
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/files/patch-ffmpeg::configure10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-ffmpeg::configure b/multimedia/gstreamer-plugins/files/patch-ffmpeg::configure
new file mode 100644
index 00000000000..f4c1cb8ae5f
--- /dev/null
+++ b/multimedia/gstreamer-plugins/files/patch-ffmpeg::configure
@@ -0,0 +1,10 @@
+--- 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)