mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix another build problem on ia64.
Submitted by: marcel Approved by: lioux (implicit)
This commit is contained in:
parent
a56cd88569
commit
a4ab8a8bad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89908
2 changed files with 20 additions and 0 deletions
10
multimedia/gstreamer-plugins/files/patch-ffmpeg::configure
Normal file
10
multimedia/gstreamer-plugins/files/patch-ffmpeg::configure
Normal file
|
@ -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)
|
10
multimedia/gstreamer-plugins80/files/patch-ffmpeg::configure
Normal file
10
multimedia/gstreamer-plugins80/files/patch-ffmpeg::configure
Normal file
|
@ -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)
|
Loading…
Add table
Reference in a new issue