mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
73 lines
2.3 KiB
Plaintext
73 lines
2.3 KiB
Plaintext
--- configure.orig Thu Sep 16 00:06:59 2004
|
|
+++ configure Thu Sep 16 00:15:56 2004
|
|
@@ -22725,6 +22725,12 @@
|
|
|
|
if test "$have_faad" != "no"
|
|
then
|
|
+ ac_ext=cc
|
|
+ac_cpp='$CXXCPP $CPPFLAGS'
|
|
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
|
+
|
|
echo "$as_me:$LINENO: checking for MP4Read in -lmp4v2" >&5
|
|
echo $ECHO_N "checking for MP4Read in -lmp4v2... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_mp4v2_MP4Read+set}" = set; then
|
|
@@ -22763,7 +22769,7 @@
|
|
cat conftest.err >&5
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|| test ! -s conftest.err'
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
@@ -22804,6 +22810,12 @@
|
|
have_faad="no"
|
|
fi
|
|
|
|
+ ac_ext=c
|
|
+ac_cpp='$CPP $CPPFLAGS'
|
|
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
+
|
|
fi
|
|
fi
|
|
|
|
@@ -22995,6 +23007,12 @@
|
|
|
|
if test "$have_flac" != "no"
|
|
then
|
|
+ ac_ext=cc
|
|
+ac_cpp='$CXXCPP $CPPFLAGS'
|
|
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
|
+
|
|
echo "$as_me:$LINENO: checking for FLAC__stream_decoder_new in -lFLAC" >&5
|
|
echo $ECHO_N "checking for FLAC__stream_decoder_new in -lFLAC... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_FLAC_FLAC__stream_decoder_new+set}" = set; then
|
|
@@ -23033,7 +23051,7 @@
|
|
cat conftest.err >&5
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|| test ! -s conftest.err'
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
@@ -23073,6 +23091,12 @@
|
|
else
|
|
have_flac="no"
|
|
fi
|
|
+
|
|
+ ac_ext=c
|
|
+ac_cpp='$CPP $CPPFLAGS'
|
|
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
fi
|
|
fi
|