summaryrefslogtreecommitdiffstats
path: root/multimedia/vlc/files
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-05-11 00:31:13 +0000
committerahze <ahze@FreeBSD.org>2005-05-11 00:31:13 +0000
commitb0dd13fec32ff95dca0871c7cfe23b8eb6f62548 (patch)
tree48bd9d3b5423d9787dd583116dd7315845a1c460 /multimedia/vlc/files
parent433de9b18aa7d945e0bd8d72a8785384b9e98528 (diff)
downloadFreeBSD-ports-b0dd13fec32ff95dca0871c7cfe23b8eb6f62548.zip
FreeBSD-ports-b0dd13fec32ff95dca0871c7cfe23b8eb6f62548.tar.gz
- Remove need for audio/speex-devel, since audio/speex as of version 1.0.5
supports 1.1 (speex-devel) API. speex or speex-devel can be used.
Diffstat (limited to 'multimedia/vlc/files')
-rw-r--r--multimedia/vlc/files/patch-configure27
1 files changed, 24 insertions, 3 deletions
diff --git a/multimedia/vlc/files/patch-configure b/multimedia/vlc/files/patch-configure
index fd460cf..b41443a 100644
--- a/multimedia/vlc/files/patch-configure
+++ b/multimedia/vlc/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Wed Nov 3 08:47:13 2004
-+++ configure Wed Nov 3 08:50:12 2004
-@@ -4967,7 +4967,6 @@
+--- configure.orig Sun Nov 14 12:45:51 2004
++++ configure Tue May 10 20:27:55 2005
+@@ -4969,7 +4969,6 @@
;;
bsdi*)
SYS=bsdi
@@ -8,3 +8,24 @@
for element in dvd dvdcss vcd cdda vcdx cddax; do
eval "LDFLAGS_${element}="'"'"-ldvd "'$'"{LDFLAGS_${element}} "'"'
+@@ -27489,8 +27488,8 @@
+ #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+
+- echo "$as_me:$LINENO: checking for libspeex version > 1.1.0" >&5
+-echo $ECHO_N "checking for libspeex version > 1.1.0... $ECHO_C" >&6
++ echo "$as_me:$LINENO: checking for libspeex version > 1.0.5" >&5
++echo $ECHO_N "checking for libspeex version > 1.0.5... $ECHO_C" >&6
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -27498,9 +27497,7 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ #include <speex.h>
+- #ifdef SPEEX_SET_SUBMODE_ENCODING
+ yes
+- #endif
+ _ACEOF
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ $EGREP "yes" >/dev/null 2>&1; then
OpenPOWER on IntegriCloud