diff options
Diffstat (limited to 'multimedia/xvid/files/extra-patch-cflags')
-rw-r--r-- | multimedia/xvid/files/extra-patch-cflags | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/xvid/files/extra-patch-cflags b/multimedia/xvid/files/extra-patch-cflags new file mode 100644 index 000000000000..ae2b30d99866 --- /dev/null +++ b/multimedia/xvid/files/extra-patch-cflags @@ -0,0 +1,15 @@ +--- configure.orig 2015-06-21 14:21:32 UTC ++++ configure +@@ -2503,9 +2503,9 @@ if test x"$CFLAGS" = x"" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } + else +- force_default_cc_options="no" +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +-$as_echo "no" >&6; } ++ force_default_cc_options="yes" ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } + fi + + ac_ext=c |