ports/multimedia/ffmpeg-devel/files/patch-configure
Mario Sergio Fujikawa Ferreira 4e5523cde0 o Remove USE_GCC dependency on 3.4
o Have byteswap work for both 5.x (and over) and 4.x FreeBSD branches
o Fix build on 4.x by disabling gcc3 SMID code (patch-configure)

Submitted by:	ahze
2005-05-14 00:48:35 +00:00

11 lines
246 B
Text

--- configure.orig Fri May 13 01:19:02 2005
+++ configure Fri May 13 01:19:42 2005
@@ -935,6 +935,8 @@
builtin_vector=no
if $cc -o $TMPO $TMPC 2> /dev/null ; then
builtin_vector=yes
+else
+ builtin_vector=no
fi
# dlopen/dlfcn.h probing